Le 19/11/2014 00:16, Lukas Tribus a écrit :
Hi Brian,

Le 18/11/2014 20:12, Brian Menges a écrit :
$ curl --ssl --ciphers ALL -v 216.121.28.78:443

First issue here, please prefix your URL with https://
Otherwise curl will try to send plain HTTP on port 443.

The --ssl parameter makes sure here that curl indeed uses
SSL. A https:// prefix is would be more "curl-like" though.


Mmmh no, I'm really not sure about that.
--ssl replaces --ftp-ssl in newer versions of curl.

I've just verified and confirm I see plain HTTP.

From curl source code, --ssl sets the option CURLOPT_USE_SSL to CURLUSESSL_TRY, which is only used for ftp, imap, smtp, pop3 (as documented in the manpage I have).

--
Cyril Bonté

Reply via email to