Last active
July 20, 2019 17:48
-
-
Save ross-spencer/1eee4c641ecd0431a7ea9eb9484e3a54 to your computer and use it in GitHub Desktop.
AkamaiGhost
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://is1-ssl.mzstatic.com/image/thumb/Music128/v4/83/55/0d/83550d95-95e6-b04e-f1b4-9464424c763e/0205_jk_seiken_densetsu2_haishin_3000x3000px.jpg/3000x0w.png | |
* Trying 2a02:26f0:e5:4bf::389... | |
* TCP_NODELAY set | |
* Connected to is1-ssl.mzstatic.com (2a02:26f0:e5:4bf::389) port 443 (#0) | |
* ALPN, offering http/1.1 | |
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH | |
* successfully set certificate verify locations: | |
* CAfile: /etc/ssl/certs/ca-certificates.crt | |
CApath: /etc/ssl/certs | |
* TLSv1.2 (OUT), TLS header, Certificate Status (22): | |
* 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-AES256-GCM-SHA384 | |
* ALPN, server accepted to use http/1.1 | |
* Server certificate: | |
* subject: jurisdictionC=US; jurisdictionST=California; businessCategory=Private Organization; serialNumber=C0806592; C=US; postalCode=95014; ST=California; L=Cupertino; street=1 Infinite Loop; O=Apple Inc.; OU=Internet Services for Akamai; CN=mzstatic.com | |
* start date: Apr 12 00:00:00 2017 GMT | |
* expire date: Apr 10 23:59:59 2019 GMT | |
* subjectAltName: host "is1-ssl.mzstatic.com" matched cert's "is1-ssl.mzstatic.com" | |
* issuer: C=US; O=Symantec Corporation; OU=Symantec Trust Network; CN=Symantec Class 3 EV SSL CA - G3 | |
* SSL certificate verify ok. | |
> GET /image/thumb/Music128/v4/83/55/0d/83550d95-95e6-b04e-f1b4-9464424c763e/0205_jk_seiken_densetsu2_haishin_3000x3000px.jpg/3000x0w.png HTTP/1.1 | |
> Host: is1-ssl.mzstatic.com | |
> User-Agent: curl/7.55.1 | |
> Accept: */* | |
> | |
< HTTP/1.1 200 OK | |
< X-Apple-Jingle-Correlation-Key: D6BMUMUFZWUTCJSTH5KCIPP4LA | |
< X-Apple-Request-UUID: 1f82ca32-85cd-a931-2653-3f54243dfc58 | |
< apple-seq: 0 | |
< apple-tk: false | |
< Apple-Originating-System: AIImageService | |
< Content-Length: 14724677 | |
< Content-Type: image/png | |
< Last-Modified: Tue, 06 Feb 2018 08:36:05 GMT | |
< ETag: "\"MAmHUsTnLPC4V9DkXfNUtQ==\"" | |
< Access-Control-Allow-Origin: * | |
< Access-Control-Expose-Headers: Content-Length,Content-Type,ETag,Cache-Control,Expires,Last-Modified | |
< Cache-Control: no-transform, max-age=16350881 | |
< Date: Thu, 03 May 2018 06:32:19 GMT | |
< X-Cache: TCP_HIT from a23-15-38-248.deploy.akamaitechnologies.com (AkamaiGHost/9.3.0.3-22245996) (-) | |
< Connection: keep-alive | |
< | |
Warning: Binary output can mess up your terminal. Use "--output -" to tell | |
Warning: curl to output it to your terminal anyway, or consider "--output | |
Warning: <FILE>" to save to a file. | |
* Failed writing body (0 != 15694) | |
* Closing connection 0 | |
* TLSv1.2 (OUT), TLS alert, Client hello (1): |
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
https://www.akamai.com/us/en/products/web-performance/image-manager.jsp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment