Created
October 25, 2013 05:53
-
-
Save lidaobing/7149998 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| $ curl -v 'https://portal.qiniu.com' | |
| * Adding handle: conn: 0x7fa0c1803a00 | |
| * Adding handle: send: 0 | |
| * Adding handle: recv: 0 | |
| * Curl_addHandleToPipeline: length: 1 | |
| * - Conn 0 (0x7fa0c1803a00) send_pipe: 1, recv_pipe: 0 | |
| * About to connect() to portal.qiniu.com port 443 (#0) | |
| * Trying 118.26.231.134... | |
| * Connected to portal.qiniu.com (118.26.231.134) port 443 (#0) | |
| * TLS 1.0 connection using TLS_DHE_RSA_WITH_AES_256_CBC_SHA | |
| * Server certificate: *.qiniu.com | |
| * Server certificate: GeoTrust SSL CA | |
| * Server certificate: GeoTrust Global CA | |
| * Server certificate: Equifax Secure Certificate Authority | |
| > GET / HTTP/1.1 | |
| > User-Agent: curl/7.30.0 | |
| > Host: portal.qiniu.com | |
| > Accept: */* | |
| > | |
| < HTTP/1.1 302 Found | |
| * Server nginx/1.0.14 is not blacklisted | |
| < Server: nginx/1.0.14 | |
| < Date: Fri, 25 Oct 2013 05:52:59 GMT | |
| < Content-Type: text/html; charset=utf-8 | |
| < Connection: keep-alive | |
| < Content-Length: 30 | |
| < Location: /signin | |
| < X-Reqid: 0:0x4AADN7dch6RDAT | |
| < Strict-Transport-Security: max-age=31536000; includeSubDomains | |
| < | |
| <a href="/signin">Found</a>. | |
| * Connection #0 to host portal.qiniu.com left intact |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment