Last active
August 29, 2015 14:03
-
-
Save msmaromi/dd40ed9b844da3300d73 to your computer and use it in GitHub Desktop.
This file contains 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://msmaromi:tak\ [email protected]/1/status/msmaromi/changes?include_docs=auto | |
* About to connect() to webhooks.nodejitsu.com port 443 (#0) | |
* Trying 165.225.130.241... connected | |
* Connected to webhooks.nodejitsu.com (165.225.130.241) port 443 (#0) | |
* SSLv3, TLS handshake, Client hello (1): | |
* SSLv3, TLS handshake, Server hello (2): | |
* SSLv3, TLS handshake, CERT (11): | |
* SSLv3, TLS handshake, Server finished (14): | |
* SSLv3, TLS handshake, Client key exchange (16): | |
* SSLv3, TLS change cipher, Client hello (1): | |
* SSLv3, TLS handshake, Finished (20): | |
* SSLv3, TLS change cipher, Client hello (1): | |
* SSLv3, TLS handshake, Finished (20): | |
* SSL connection using AES256-SHA | |
* Server certificate: | |
* subject: C=US; postalCode=10010; ST=NY; L=New York; street=902 Broadway, 4th Floor; O=Nodejitsu; OU=PremiumSSL Wildcard; CN=*.nodejitsu.com | |
* start date: 2012-10-29 00:00:00 GMT | |
* expire date: 2014-11-26 23:59:59 GMT | |
* subjectAltName: webhooks.nodejitsu.com matched | |
* issuer: C=GB; ST=Greater Manchester; L=Salford; O=COMODO CA Limited; CN=COMODO High-Assurance Secure Server CA | |
* SSL certificate verify ok. | |
* Server auth using Basic with user 'msmaromi' | |
> GET /1/status/msmaromi/changes?include_docs=auto HTTP/1.1 | |
> Authorization: Basic bXNtYXJvbWk6dGFrIHRhb2g= | |
> User-Agent: curl/7.21.4 (x86_64-apple-darwin12.2.0) libcurl/7.21.4 OpenSSL/0.9.8y zlib/1.2.5 libidn/1.20 | |
> Host: webhooks.nodejitsu.com | |
> Accept: */* | |
> | |
* Empty reply from server | |
* Connection #0 to host webhooks.nodejitsu.com left intact | |
curl: (52) Empty reply from server | |
* Closing connection #0 | |
* SSLv3, TLS alert, Client hello (1): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment