[CentOS] FTPS setup problem

Sun Dec 21 01:07:38 UTC 2008
John <jses27 at gmail.com>

> -----Original Message-----
> From: centos-bounces at centos.org 
> [mailto:centos-bounces at centos.org] On Behalf Of Guy Boisvert
> Sent: Saturday, December 20, 2008 3:38 PM
> To: CentOS mailing list
> Subject: Re: [CentOS] FTPS setup problem
> 
> John wrote:
> >> He's testing it. Access with Dreamweaver may indeed work.
> > ----
> > Ahh, DW will connect to my my ftp machine but I don't know 
> about sftp. To me
> > it is just easier to use DW or Visual Studio internal ftp 
> tools to manage a
> > site easier. I will try his config later on just to check 
> it outwith DW.
> > 
> > JohnStanley
> > 
> 
> ... and SFTP is not the same as FTPS.
> 
> Actually, i tried with FileZilla (it seems to have an 
> official bug with 
> vsftpd and FTPS) and SmartFTP and both had problems.
> 
> So that's why i asked the question to the list.  I dunno if i have 
> something wrong with the config, or any other subtility.
--------------

ssl_enable=YES
allow_anon_ssl=NO
force_local_data_ssl=NO
force_local_logins_ssl=NO
ssl_tlsv1=YES
ssl_sslv2=YES
ssl_sslv3=NO
rsa_cert_file=/etc/vsftpd/vsftpd.pem

In the below could you just try only one type to see if that will work? As
in "ssl_sslv2=YES"
ssl_tlsv1=YES
ssl_sslv2=YES
ssl_sslv3=NO