Last active
August 29, 2015 14:05
-
-
Save ianneub/81783c8eb8fb4b071df2 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 -k 'https://devops-web.demo.localflynn.com/' -D - | |
curl: (35) Server aborted the SSL handshake | |
$ flynn route | |
ROUTE SERVICE ID | |
https:devops-web.demo.localflynn.com devops-web-web http/77e595da631b53309cb428b26d27f598 | |
$ curl -vk 'https://devops-web.demo.localflynn.com/' -D - | |
* Adding handle: conn: 0x7fcf91804000 | |
* Adding handle: send: 0 | |
* Adding handle: recv: 0 | |
* Curl_addHandleToPipeline: length: 1 | |
* - Conn 0 (0x7fcf91804000) send_pipe: 1, recv_pipe: 0 | |
* About to connect() to devops-web.demo.localflynn.com port 443 (#0) | |
* Trying 192.168.84.42... | |
* Connected to devops-web.demo.localflynn.com (192.168.84.42) port 443 (#0) | |
* Server aborted the SSL handshake | |
* Closing connection 0 | |
curl: (35) Server aborted the SSL handshake |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment