Last active
November 6, 2020 09:03
-
-
Save nsuthison/23d67530fb178d510d240573df216dca to your computer and use it in GitHub Desktop.
log from curl -v https://p**rnhub.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Trying 66.254.114.41... | |
* TCP_NODELAY set | |
* Connected to pornhub.com (66.254.114.41) port 443 (#0) | |
* ALPN, offering h2 | |
* ALPN, offering http/1.1 | |
* 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, 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-ECDSA-AES128-GCM-SHA256 | |
* ALPN, server accepted to use h2 | |
* Server certificate: | |
* subject: C=CY; L=Dali; O=MG FREESITES II LTD; CN=*.pornhub.com | |
* start date: Mar 13 00:00:00 2019 GMT | |
* expire date: Apr 30 12:00:00 2021 GMT | |
* subjectAltName: host "pornhub.com" matched cert's "pornhub.com" | |
* issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA | |
* 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 0x7fe81980aa00) | |
> GET / HTTP/2 | |
> Host: pornhub.com | |
> User-Agent: curl/7.64.1 | |
> Accept: */* | |
> | |
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)! | |
< HTTP/2 302 | |
< content-length: 0 | |
< location: https://www.pornhub.org/ | |
< cache-control: no-cache | |
< | |
* Connection #0 to host pornhub.com left intact | |
* Closing connection 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment