cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Réf. : Ftps

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Wed, 14 Sep 2005 22:27:16 +0200 (CEST)

On Wed, 14 Sep 2005, Luiz Rafael Culik Guimaraes wrote:

> Thanks for response.Im using openssl 0.9.7c and proftpd server version
> 1.3.0rc2

That openssl version is not good:

         http://www.openssl.org/news/secadv_20040317.txt

I used proftpd 1.2.10 and openssl 0.9.7g (as that's that Debian unstable
contains atm).

> Can you post your proftpd config?

I have a plain default config as provided by Debian, with this little extra
added for the TLS stuff:

<IfModule mod_tls.c>
   TLSEngine on
   TLSLog /var/log/tls.log
   TLSProtocol SSLv23
   TLSOptions NoCertRequest
   TLSRequired off
   TLSRSACertificateFile /etc/ssl/private/pure-ftpd.pem
   TLSVerifyClient off
</IfModule>

But I should also say that I know at least one other user who reported
problems with proftpd's FTPS and curl 7.14.1 and he got it working again by
reverting my moved ssl negotion back to 7.14.0 status. See the attached patch
for that revertion.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html

Received on 2005-09-14