Created
October 15, 2015 09:52
-
-
Save HackToday/d6deb6f4e49f199cf05c 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://discovery.etcd.io/new?size=1 | |
* Hostname was NOT found in DNS cache | |
* Trying 50.18.196.189... | |
* Connected to discovery.etcd.io (50.18.196.189) port 443 (#0) | |
* successfully set certificate verify locations: | |
* CAfile: none | |
CApath: /etc/ssl/certs | |
* SSLv3, TLS handshake, Client hello (1): | |
* Unknown SSL protocol error in connection to discovery.etcd.io:443 | |
* Closing connection 0 | |
curl: (35) Unknown SSL protocol error in connection to discovery.etcd.io:443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CApath: /etc/ssl/certs
< HTTP/1.1 200 OK
< Content-Type: text/plain; charset=utf-8
< Date: Thu, 15 Oct 2015 10:26:09 GMT
< Content-Length: 58
< Connection: keep-alive
<