Skip to content

Instantly share code, notes, and snippets.

/stdout Secret

Created August 24, 2016 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a8fd2f1c244a736edb8e89b48556658f to your computer and use it in GitHub Desktop.
Save anonymous/a8fd2f1c244a736edb8e89b48556658f to your computer and use it in GitHub Desktop.
* Hostname was NOT found in DNS cache
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
* Trying 23.251.124.131...
* Connected to v2ex.com (23.251.124.131) port 80 (#0)
> GET /generate_204 HTTP/1.1
> User-Agent: curl/7.38.0
> Host: v2ex.com
> Accept: */*
>
< HTTP/1.1 302 Moved Temporarily
* Server nginx/1.11.3 is not blacklisted
< Server: nginx/1.11.3
< Date: Wed, 24 Aug 2016 04:47:43 GMT
< Content-Type: text/html
< Content-Length: 161
< Connection: keep-alive
< Location: https://v2ex.com/generate_204
<
* Ignoring the response-body
{ [data not shown]
100 161 100 161 0 0 539 0 --:--:-- --:--:-- --:--:-- 542
* Connection #0 to host v2ex.com left intact
* Issue another request to this URL: 'https://v2ex.com/generate_204'
* Hostname was NOT found in DNS cache
* Trying 23.251.125.131...
* Connected to v2ex.com (23.251.125.131) port 443 (#1)
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
} [data not shown]
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
* SSLv3, TLS handshake, Server hello (2):
{ [data not shown]
* SSLv3, TLS handshake, CERT (11):
{ [data not shown]
* SSLv3, TLS handshake, Server key exchange (12):
{ [data not shown]
* SSLv3, TLS handshake, Server finished (14):
{ [data not shown]
* SSLv3, TLS handshake, Client key exchange (16):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Finished (20):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
{ [data not shown]
* SSLv3, TLS handshake, Finished (20):
{ [data not shown]
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* Server certificate:
* subject: OU=Domain Control Validated; OU=TrustAsia DV SSL Wildcard; CN=*.v2ex.com
* start date: 2016-02-23 00:00:00 GMT
* expire date: 2018-02-22 23:59:59 GMT
* subjectAltName: v2ex.com matched
* issuer: C=CN; ST=Shanghai; O=TrustAsia Technologies, Inc.; CN=TrustAsia RSA DV SSL Server CA
* SSL certificate verify ok.
> GET /generate_204 HTTP/1.1
> User-Agent: curl/7.38.0
> Host: v2ex.com
> Accept: */*
>
< HTTP/1.1 302 Moved Temporarily
* Server nginx/1.11.3 is not blacklisted
< Server: nginx/1.11.3
< Date: Wed, 24 Aug 2016 04:47:43 GMT
< Content-Type: text/html
< Content-Length: 161
< Connection: keep-alive
< Location: https://www.v2ex.com/generate_204
< Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
<
* Ignoring the response-body
{ [data not shown]
100 161 100 161 0 0 209 0 --:--:-- --:--:-- --:--:-- 607
* Connection #1 to host v2ex.com left intact
* Issue another request to this URL: 'https://www.v2ex.com/generate_204'
* Hostname was NOT found in DNS cache
* Trying 23.251.100.132...
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
* Connected to www.v2ex.com (23.251.100.132) port 443 (#2)
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Server hello (2):
{ [data not shown]
* SSLv3, TLS handshake, CERT (11):
{ [data not shown]
* SSLv3, TLS handshake, Server key exchange (12):
{ [data not shown]
* SSLv3, TLS handshake, Server finished (14):
{ [data not shown]
* SSLv3, TLS handshake, Client key exchange (16):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Finished (20):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
{ [data not shown]
* SSLv3, TLS handshake, Finished (20):
{ [data not shown]
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* Server certificate:
* subject: OU=Domain Control Validated; OU=TrustAsia DV SSL Wildcard; CN=*.v2ex.com
* start date: 2016-02-23 00:00:00 GMT
* expire date: 2018-02-22 23:59:59 GMT
* subjectAltName: www.v2ex.com matched
* issuer: C=CN; ST=Shanghai; O=TrustAsia Technologies, Inc.; CN=TrustAsia RSA DV SSL Server CA
* SSL certificate verify ok.
> GET /generate_204 HTTP/1.1
> User-Agent: curl/7.38.0
> Host: www.v2ex.com
> Accept: */*
>
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
< HTTP/1.1 204 No Content
< Date: Wed, 24 Aug 2016 04:47:45 GMT
< Connection: keep-alive
* Server nginx is not blacklisted
< Server: nginx
<
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
* Connection #2 to host www.v2ex.com left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment