Skip to content

Instantly share code, notes, and snippets.

@fredlahde
Created January 29, 2019 20:51
Show Gist options
  • Save fredlahde/b9f54cd292daa59e8977370e6c060a95 to your computer and use it in GitHub Desktop.
Save fredlahde/b9f54cd292daa59e8977370e6c060a95 to your computer and use it in GitHub Desktop.
Spiegel.de https
$ curl -vLI https://spiegel.de
* Trying 128.65.210.8...
* TCP_NODELAY set
* Connected to spiegel.de (128.65.210.8) 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/certs/ca-certificates.crt
CApath: none
* 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, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* ALPN, server did not agree to a protocol
* Server certificate:
* subject: C=DE; ST=Hamburg; L=Hamburg; O=SPIEGEL ONLINE GmbH & Co. KG; CN=www.spiegel.de
* start date: Sep 26 00:00:00 2018 GMT
* expire date: Oct 25 12:00:00 2020 GMT
* subjectAltName: host "spiegel.de" matched cert's "spiegel.de"
* issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=GeoTrust RSA CA 2018
* SSL certificate verify ok.
> HEAD / HTTP/1.1
> Host: spiegel.de
> User-Agent: curl/7.63.0-DEV
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Date: Tue, 29 Jan 2019 20:50:42 GMT
< Location: http://www.spiegel.de/
< cache-control: max-age=3600
< X-SP-PR: 6131
< Content-Length: 0
< Connection: keep-alive
<
* Connection #0 to host spiegel.de left intact
* Issue another request to this URL: 'http://www.spiegel.de/'
* Trying 128.65.210.182...
* TCP_NODELAY set
* Connected to www.spiegel.de (128.65.210.182) port 80 (#1)
> HEAD / HTTP/1.1
> Host: www.spiegel.de
> User-Agent: curl/7.63.0-DEV
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Tue, 29 Jan 2019 20:50:00 GMT
< Cache-Control: no-transform
< Expires: Tue, 29 Jan 2019 20:50:46 GMT
< X-SP-TE: 6139
< X-Robots-Tag: index, follow, noarchive, noodp
< Content-Type: text/html;charset=UTF-8
< X-SP-AP: 6134
< Vary: Accept-Encoding, isssl
< Age: 41
< X-SP-PR: 6134
< Accept-Ranges: bytes
< Connection: keep-alive
<
* Connection #1 to host www.spiegel.de left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment