Results 1 to 1 of 1
So I am using filezilla to connect to vsftpd using ftp ssl and it wont connect.
I cant seem to generate an error that will help me solve this.
SSL ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-24-2008 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 2
vsftpd FTP SSL error
So I am using filezilla to connect to vsftpd using ftp ssl and it wont connect.
I cant seem to generate an error that will help me solve this.
SSL is on port 21 instead of port 990.
I think it finds the correct port by what the filezilla logs show me.
Maybe its my firewall in front of the vsftpd server?
Any ideas were to look or change?
Filezilla log
Code:Status: Connection established, waiting for welcome message... Response: 220 Welcome to FTP service. Command: AUTH TLS Response: 234 Proceed with negotiation. Status: Initializing TLS... Error: Connection timed out Error: Could not connect to server
vsftpd.conf
Code:ssl_enable=YES allow_anon_ssl=NO rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key force_local_data_ssl=NO force_local_logins_ssl=NO ssl_tlsv1=YES ssl_sslv2=YES ssl_sslv3=YES


Reply With Quote
