Skip to content

Instantly share code, notes, and snippets.

@km09
Created June 20, 2019 12:04
Show Gist options
  • Save km09/0af63989a86ceca411d77e2e9c639dc7 to your computer and use it in GitHub Desktop.
Save km09/0af63989a86ceca411d77e2e9c639dc7 to your computer and use it in GitHub Desktop.
[~/ - kurt@bastion] curl -v https://www.hermesparcelreturn.co.uk/
* Trying 45.60.1.42...
* TCP_NODELAY set
* Connected to www.hermesparcelreturn.co.uk (45.60.1.42) 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: /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-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: C=US; ST=Delaware; L=Dover; O=Incapsula Inc; CN=incapsula.com
* start date: Jan 7 19:34:14 2019 GMT
* expire date: Jan 8 19:34:14 2020 GMT
* subjectAltName: host "www.hermesparcelreturn.co.uk" matched cert's "*.hermesparcelreturn.co.uk"
* issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign CloudSSL CA - SHA256 - G3
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x556e1a5afda0)
> GET / HTTP/1.1
> Host: www.hermesparcelreturn.co.uk
> User-Agent: curl/7.52.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS updated)!
* HTTP/2 stream 1 was not closed cleanly: CANCEL (err 8)
* Curl_http_done: called premature == 1
* Closing connection 0
* TLSv1.2 (OUT), TLS alert, Client hello (1):
curl: (92) HTTP/2 stream 1 was not closed cleanly: CANCEL (err 8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment