Hi,
We are trying to connect to an FTPS server using implicit SSL mode, but we are getting below exception.
curl -vvv --socks5 asd.com --cacert FTPSSL.crt -k --sslv3 --disable-epsv -u user:passwordftps://xxx.com:1111
* About to connect() to proxy asd.com port 1080 (#0) * Trying 1.1.1.1.... connected * Connected to asd.com (1.1.1.1) port 1080 (#0) * successfully set certificate verify locations: * CAfile: FTPSSL.crt CApath: none * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS alert, Server hello (2): * error:140943F2:SSL routines:SSL3_READ_BYTES:sslv3 alert unexpected message * Closing connection #0 curl: (35) error:140943F2:SSL routines:SSL3_READ_BYTES:sslv3 alert unexpected message FYI, for other customer, we have successful connectivity in similar fashion using explicit FTPS.
Could you please advice on this issue?
Regards,
Sateesh
|
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html