|
- root@la:~/test# curl -v https://zh.wikipedia.org
- * About to connect() to zh.wikipedia.org port 443 (#0)
- * Trying 208.80.154.224...
- * connected
- * Connected to zh.wikipedia.org (208.80.154.224) port 443 (#0)
- * successfully set certificate verify locations:
- * CAfile: none
- CApath: /etc/ssl/certs
- * SSLv3, TLS handshake, Client hello (1):
- * SSLv3, TLS handshake, Server hello (2):
- * SSLv3, TLS handshake, CERT (11):
- * SSLv3, TLS handshake, Server finished (14):
- * SSLv3, TLS handshake, Client key exchange (16):
- * SSLv3, TLS change cipher, Client hello (1):
- * SSLv3, TLS handshake, Finished (20):
- * SSLv3, TLS change cipher, Client hello (1):
- * SSLv3, TLS handshake, Finished (20):
- * SSL connection using AES128-GCM-SHA256
- * Server certificate:
- * subject: C=US; ST=California; L=San Francisco; O=Wikimedia Foundation, Inc.; CN=*.wikipedia.org
- * start date: 2012-10-22 00:00:00 GMT
- * expire date: 2016-01-20 12:00:00 GMT
- * subjectAltName: zh.wikipedia.org matched
- * issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert High Assurance CA-3
- * SSL certificate verify ok.
- > GET / HTTP/1.1
- > User-Agent: curl/7.26.0
- > Host: zh.wikipedia.org
- > Accept: */*
- >
- * additional stuff not fine transfer.c:1037: 0 0
- * HTTP 1.1 or later with persistent connection, pipelining supported
- < HTTP/1.1 301 Moved Permanently
- < Server: nginx/1.1.19
- < Date: Mon, 03 Feb 2014 12:07:42 GMT
- < Content-Type: text/html; charset=utf-8
- < Transfer-Encoding: chunked
- < Connection: keep-alive
- < X-Powered-By: PHP/5.3.10-1ubuntu3.9+wmf1
- < X-Content-Type-Options: nosniff
- < Cache-control: s-maxage=1200, must-revalidate, max-age=0
- < Vary: Accept-Encoding,X-Forwarded-Proto,Cookie,Accept-Language
- < X-Vary-Options: Accept-Encoding;list-contains=gzip,X-Forwarded-Proto,Cookie;string-contains=zhwikiToken;string-contains=zhwikiLoggedOut;string-contains=forceHTTPS;string-contains=zhwikiSession;string-contains=centralauth_Token;string-contains=centralauth_Session;string-contains=centralauth_LoggedOut;string-contains=mf_useformat;string-contains=stopMobileRedirect,Accept-Language;string-contains=zh-hans;string-contains=zh-Hans;string-contains=zh-hant;string-contains=zh-Hant;string-contains=zh-cn;string-contains=zh-CN;string-contains=zh-hk;string-contains=zh-HK;string-contains=zh-mo;string-contains=zh-MO;string-contains=zh-sg;string-contains=zh-SG;string-contains=zh-tw;string-contains=zh-TW
- < Last-Modified: Mon, 03 Feb 2014 11:53:53 GMT
- < Location: https://zh.wikipedia.org/wiki/Wikipedia:%E9%A6%96%E9%A1%B5
- < X-Varnish: 3209987557 3209751362, 3117156199 3116030299
- < Via: 1.1 varnish, 1.1 varnish
- < Age: 829
- < X-Cache: cp1054 hit (5), cp1052 frontend hit (4)
- <
- * Connection #0 to host zh.wikipedia.org left intact
- * Closing connection #0
- * SSLv3, TLS alert, Client hello (1):
复制代码
vps上也是nginx |
|