Skip to content

Instantly share code, notes, and snippets.

@derekschartung
Last active January 30, 2023 14:24
Show Gist options
  • Select an option

  • Save derekschartung/41d88286af914a37001d1fcc9abe72c2 to your computer and use it in GitHub Desktop.

Select an option

Save derekschartung/41d88286af914a37001d1fcc9abe72c2 to your computer and use it in GitHub Desktop.
dschartung@CW-MBP-90019 ~ % curl "https://3892.blackbaudhosting.com/3892/Basic-Membership?mpl=4BB3BFD2-1C9E-4CA8-A32D-74720257631E" -l -v
* Trying 209.67.139.38:443...
* Connected to 3892.blackbaudhosting.com (209.67.139.38) port 443 (#0)
* ALPN: offers h2
* ALPN: offers http/1.1
* CAfile: /etc/ssl/cert.pem
* CApath: none
* (304) (OUT), TLS handshake, Client hello (1):
* (304) (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 accepted http/1.1
* Server certificate:
* subject: C=US; ST=South Carolina; L=Charleston; O=Blackbaud, Inc.; CN=*.blackbaudhosting.com
* start date: Oct 24 00:00:00 2022 GMT
* expire date: Nov 24 23:59:59 2023 GMT
* subjectAltName: host "3892.blackbaudhosting.com" matched cert's "*.blackbaudhosting.com"
* issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=GeoTrust TLS RSA CA G1
* SSL certificate verify ok.
> GET /3892/Basic-Membership?mpl=4BB3BFD2-1C9E-4CA8-A32D-74720257631E HTTP/1.1
> Host: 3892.blackbaudhosting.com
> User-Agent: curl/7.86.0
> Accept: */*
>* Mark bundle as not supporting multiuse
< HTTP/1.1 302 Found
< Content-Type: text/html; charset=utf-8
< Location: https://cheekwood.org/
< x-frame-options: SAMEORIGIN
< Strict-Transport-Security: max-age=10368000
< Date: Sun, 29 Jan 2023 19:22:51 GMT
< Content-Length: 139
< Set-Cookie: NSC_QH-5740-BMUSV-XG=5ccba3d81a102347fecf5faa5a754aaeb963ea99389430beae9531796c48cf09736e5376;path=/;httponly
<<html><head><title>Object moved</title></head><body><h2>Object moved to <a href="https://cheekwood.org/">here</a>.</h2></body></html>* Connection #0 to host 3892.blackbaudhosting.com left intact
dschartung@CW-MBP-90019 ~ %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment