cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: TclCurl: ftpssl option

From: Andrés García <fandom_at_retemail.es>
Date: Tue, 6 Apr 2004 01:12:40 -0400

Hi,

In case it is of any help trying to know what's going on, the result
using curl is:

[andres_at_Shire andres]$ curl ftps://vaxca1.unica.it:22/www/
     -u username:password --verbose 1 --insecure
* About to connect() to vaxca1.unica.it port 22
* Connected to vaxca1.unica.it (192.146.242.3) port 22
* successfully set certificate verify locations:
* CAfile: /usr/share/curl/curl-ca-bundle.crt
  CApath: none
* SSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
* Closing connection #0
curl: (35) SSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
protocol

As for TclCurl, looking at this I have noticed that the '-ftpssl', to
explicitly switch on SSL/TSL for the control connection and the data
connection, didn't work at all and as the 'insecure' option to the
curl program, the equivalent is '-sslverifypeer' as with libcurl.

Andres
Received on 2004-04-06