-
-
Save dom96/d263d4c5eaee259cbf19 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl -v https://www.find.foo | |
* Adding handle: conn: 0x577e80 | |
* Adding handle: send: 0 | |
* Adding handle: recv: 0 | |
* Curl_addHandleToPipeline: length: 1 | |
* - Conn 0 (0x577e80) send_pipe: 1, recv_pipe: 0 | |
* About to connect() to www.find.foo port 443 (#0) | |
* Trying 74.125.71.121... | |
* Connected to www.find.foo (74.125.71.121) port 443 (#0) | |
* successfully set certificate verify locations: | |
* CAfile: C:\Programs\Git\bin\curl-ca-bundle.crt | |
CApath: none | |
* SSLv3, TLS handshake, Client hello (1): | |
* SSLv3, TLS alert, Server hello (2): | |
* error:14077417:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert illegal paramet | |
er | |
* Closing connection 0 | |
curl: (35) error:14077417:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert illega | |
l parameter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment