* Trying 35.226.121.90... | |
* TCP_NODELAY set | |
* Connected to api.dev.storefront-demo.com (35.226.121.90) 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-CHACHA20-POLY1305 | |
* ALPN, server accepted to use h2 | |
* Server certificate: | |
* subject: CN=api.dev.storefront-demo.com | |
* start date: Dec 26 22:35:31 2018 GMT | |
* expire date: Mar 26 22:35:31 2019 GMT | |
* subjectAltName: host "api.dev.storefront-demo.com" matched cert's "api.dev.storefront-demo.com" | |
* issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3 | |
* 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 0x7ff997006600) | |
> HEAD /accounts/ HTTP/2 | |
> Host: api.dev.storefront-demo.com | |
> User-Agent: curl/7.54.0 | |
> Accept: */* | |
> | |
* Connection state changed (MAX_CONCURRENT_STREAMS updated)! | |
< HTTP/2 204 | |
HTTP/2 204 | |
< date: Fri, 04 Jan 2019 03:42:14 GMT | |
date: Fri, 04 Jan 2019 03:42:14 GMT | |
< x-envoy-upstream-service-time: 23 | |
x-envoy-upstream-service-time: 23 | |
< server: envoy | |
server: envoy | |
< | |
* Connection #0 to host api.dev.storefront-demo.com left intact |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment