Skip to content

Instantly share code, notes, and snippets.

@CajuCLC
Created February 23, 2018 19:31
Show Gist options
  • Save CajuCLC/d4646b788c73b117a389b7068cecb50f to your computer and use it in GitHub Desktop.
Save CajuCLC/d4646b788c73b117a389b7068cecb50f to your computer and use it in GitHub Desktop.
tenda_header
* Trying 104.25.181.16...
* TCP_NODELAY set
* Connected to 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):
{ [148 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 "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 0x7ffa3f806400)
> GET /checkout/cart HTTP/2
> Host: tendagospel.com
> User-Agent: Mozilla 5.0
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS updated)!
< HTTP/2 302
< date: Fri, 23 Feb 2018 19:24:29 GMT
< content-type: text/html; charset=UTF-8
< set-cookie: __cfduid=d8c9c5278136cb01c5c96e1e705af02df1519413868; expires=Sat, 23-Feb-19 19:24:28 GMT; path=/; domain=.tendagospel.com; HttpOnly; Secure
< set-cookie: AWSALB=auz4eudREMBXysPtLLS6Ys7TAqinsmeMe7EkviKL0I1KKv4CV5l6B12bX6JXjZJ+RpbmEwHCYZ2fuZpV0Adwp3dHQLGB9WhgK3HRL6GqMRAqkOsqfMc5RyJEi71d; Expires=Fri, 02 Mar 2018 19:24:28 GMT; Path=/
< x-powered-by: PHP/5.6.33
< set-cookie: frontend=b731a4fc0b83eccae3603340f8492733; expires=Sat, 24-Feb-2018 19:24:29 GMT; Max-Age=86400; path=/; domain=.tendagospel.com
< 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=h6e05RcObPaWYxoS; expires=Sat, 24-Feb-2018 19:24:29 GMT; Max-Age=86400; path=/; domain=.tendagospel.com; secure
< location: https://www.tendagospel.com/
< vary: Accept-Encoding
< 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: 3f1c90c88b4c1fb2-DFW
<
{ [0 bytes data]
* Connection #0 to host tendagospel.com left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment