Skip to content

Instantly share code, notes, and snippets.

@CajuCLC
Created February 23, 2018 19:32
Show Gist options
  • Save CajuCLC/ba1711c6e45e472f0a8f69f8249ef5f0 to your computer and use it in GitHub Desktop.
Save CajuCLC/ba1711c6e45e472f0a8f69f8249ef5f0 to your computer and use it in GitHub Desktop.
dev tenda header
* Trying 104.25.181.16...
* TCP_NODELAY set
* Connected to dev.tendagospel.com (104.25.181.16) 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):
} [512 bytes data]
* TLSv1.2 (IN), TLS handshake, Server hello (2):
{ [100 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [1919 bytes data]
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [149 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [70 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Client hello (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS change cipher, Client hello (1):
{ [1 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
* SSL connection using TLSv1.2 / ECDHE-ECDSA-CHACHA20-POLY1305
* ALPN, server accepted to use h2
* Server certificate:
* subject: C=US; ST=CA; L=San Francisco; O=CloudFlare, Inc.; CN=tendagospel.com
* start date: Oct 26 00:00:00 2017 GMT
* expire date: Oct 26 12:00:00 2018 GMT
* subjectAltName: host "dev.tendagospel.com" matched cert's "*.tendagospel.com"
* issuer: C=US; ST=CA; L=San Francisco; O=CloudFlare, Inc.; CN=CloudFlare Inc ECC CA-2
* 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 0x7fc652802c00)
> GET /checkout/cart HTTP/2
> Host: dev.tendagospel.com
> User-Agent: Mozilla 5.0
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS updated)!
< HTTP/2 200
< date: Fri, 23 Feb 2018 19:22:58 GMT
< content-type: text/html; charset=UTF-8
< set-cookie: __cfduid=dbfe1bd9294d08a79f582194bb45227a91519413777; expires=Sat, 23-Feb-19 19:22:57 GMT; path=/; domain=.tendagospel.com; HttpOnly; Secure
< x-powered-by: PHP/5.6.33
< set-cookie: frontend=1f29h1tpoigtuk9lqkgeru6365; expires=Sat, 24-Feb-2018 19:22:57 GMT; Max-Age=86400; path=/
< expires: Thu, 19 Nov 1981 08:52:00 GMT
< cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
< pragma: no-cache
< set-cookie: frontend_cid=BB9DvPNN1hYw3OSz; expires=Sat, 24-Feb-2018 19:22:57 GMT; Max-Age=86400; path=/; domain=dev.tendagospel.com; secure
< x-frame-options: SAMEORIGIN
< vary: Accept-Encoding,User-Agent
< x-content-type-options: nosniff
< x-xss-protection: 1; mode=block
< access-control-allow-origin: *
< expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
< server: cloudflare
< cf-ray: 3f1c8e8ccd7b2611-DFW
<
{ [724 bytes data]
* Connection #0 to host dev.tendagospel.com left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment