Created
March 8, 2018 11:36
-
-
Save kirs/79f56d9075dc83a06f5f609cc6b40de2 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://js.pusher.com/4.0/pusher.min.js | |
* Trying 23.111.9.14... | |
* TCP_NODELAY set | |
* Connected to js.pusher.com (23.111.9.14) port 443 (#0) | |
* ALPN, offering h2 | |
* ALPN, offering http/1.1 | |
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH | |
* successfully set certificate verify locations: | |
* CAfile: /etc/ssl/cert.pem | |
CApath: none | |
* TLSv1.2 (OUT), TLS handshake, Client hello (1): | |
* TLSv1.2 (IN), TLS handshake, Server hello (2): | |
* TLSv1.2 (IN), TLS handshake, Certificate (11): | |
* TLSv1.2 (IN), TLS handshake, Server key exchange (12): | |
* TLSv1.2 (IN), TLS handshake, Server finished (14): | |
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16): | |
* TLSv1.2 (OUT), TLS change cipher, Client hello (1): | |
* TLSv1.2 (OUT), TLS handshake, Finished (20): | |
* TLSv1.2 (IN), TLS change cipher, Client hello (1): | |
* TLSv1.2 (IN), TLS handshake, Finished (20): | |
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256 | |
* ALPN, server accepted to use http/1.1 | |
* Server certificate: | |
* subject: OU=Domain Control Validated; OU=Gandi Standard SSL; CN=js.pusher.com | |
* start date: Jun 8 00:00:00 2017 GMT | |
* expire date: Jul 26 23:59:59 2018 GMT | |
* subjectAltName: host "js.pusher.com" matched cert's "js.pusher.com" | |
* issuer: C=FR; ST=Paris; L=Paris; O=Gandi; CN=Gandi Standard SSL CA 2 | |
* SSL certificate verify ok. | |
> GET /4.0/pusher.min.js HTTP/1.1 | |
> Host: js.pusher.com | |
> User-Agent: curl/7.54.0 | |
> Accept: */* | |
> | |
< HTTP/1.1 200 OK | |
< Date: Thu, 08 Mar 2018 11:35:36 GMT | |
< Content-Type: application/x-javascript | |
< Content-Length: 63077 | |
< Connection: keep-alive | |
< x-amz-id-2: TOmhAs0YuJYj2g/sGM9dbut359d9tXTGJ5LkrQjUe8RZxxFMwGR3ppzepAqApujyf8lkcpA7Asw= | |
< x-amz-request-id: 824498C78E57B58D | |
< Last-Modified: Thu, 01 Dec 2016 10:53:10 GMT | |
< ETag: "f2a4edddc779f8741bf46ed558f8ff48" | |
< Server: NetDNA-cache/2.2 | |
< Expires: Sat, 07 Apr 2018 11:35:36 GMT | |
< Cache-Control: max-age=2592000 | |
< Access-Control-Allow-Origin: * | |
< X-Cache: HIT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment