cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: ftps

From: kuriakose <kuriakose_at_huawei.com>
Date: Sat, 17 Mar 2007 19:09:43 +0530

 Hi,
        Thanks for the response.
I found the problem was the client and server time was different.It was a
different timezone in server.Now it accepts the certificate but
For a PROT P command
I am getting the reponse
534 Fallback to [C]
Closing connection #0
Requested FTP SSL level failed
Is this a server limitaion ?
I changed the options from
curl_easy_setopt(curl,CURLOPT_FTP_SSL ,CURLFTPSSL_ALL);
to
curl_easy_setopt(curl,CURLOPT_FTP_SSL ,CURLFTPSSL_CONTROL);

Now a PROT C is send and download is succesfull. But isnt there a security
compromise here or is it acceptable ?

 
 
 
 
 

Thanks
Kuriakose
 
 

 
 
 

-----Original Message-----
From: Daniel Stenberg [mailto:daniel_at_haxx.se]
Sent: Saturday, March 17, 2007 5:15 PM
To: kuriakose_at_huawei.com; libcurl development
Subject: RE: ftps

On Sat, 17 Mar 2007, kuriakose wrote:

> * peer certificate cannot be authenticated with known CA certificates

http://curl.haxx.se/docs/sslcerts.html

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2007-03-17