Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJohn Leffler
1,206 PointsI am trying to log into filezilla for this exercise but am getting this error? Error: Received TLS alert from the serv
I don't have a port number but have double and triple checked all the log in info.
4 Answers
Brandon Kidd
18,141 PointsFilezilla recently made it a default requirement to use TLS rather than plain FTP for security reasons. You need to do one of the following.
Enable TLS from your server. Assuming you're using Apache, you can follow this guide - http://httpd.apache.org/mod_ftp/ftp/ftp_tls.html.
If you do not have the ability to enable TLS, see if the server admin can assist.
If all else fails, add the site via the site manager inf Filezilla and choose plain FPT for the connection type.
It has been a bit of a pain, since a majority of the FTP servers I have logged into have not used TLS, however it's somthing that developers should be working towards in order to optimize security.
Let me know if you need any clarification on the above.
John Leffler
1,206 PointsThanks for the answer. I tried to muddle my way through those suggestions but got nowhere. I'm afraid I don't even know enough to know what I don't know. The server that is hosting my site is something through cpanel (control panel?) from a student site. I couldn't find any of what you were talking about expect #3, and I couldn't get that to work either? Any other suggestions?
Brandon Kidd
18,141 PointsHey John, I wanted to check and see if you ever resolved your issue.
Brandon Kidd
18,141 PointsWhen you try Option 3, are you choosing plain FTP under the encryption type?
It should look something like this - http://4stor.com/CGapO
John Leffler
1,206 PointsYes. Thank you. The simple ftp was the trick.