maoaichiyu / autoddvpn

Automatically exported from code.google.com/p/autoddvpn
0 stars 0 forks source link

Patch for /trunk/grace.d/vpnup.sh #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
github.com

Original issue reported on code.google.com by xblueli...@gmail.com on 1 Mar 2012 at 5:29

Attachments:

GoogleCodeExporter commented 9 years ago
accepted in r561

Original comment by pahud...@gmail.com on 1 Mar 2012 at 5:41

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
等一下,我從電信這邊測試看起來很正常,應該不需要走VPN��
�?

$ curl -v -I -L http://github.com
* About to connect() to github.com port 80 (#0)
*   Trying 207.97.227.239...
* connected
* Connected to github.com (207.97.227.239) port 80 (#0)
> HEAD / HTTP/1.1
> User-Agent: curl/7.24.0 (x86_64-pc-linux-gnu) libcurl/7.24.0 OpenSSL/1.0.0g 
zlib/1.2.5
> Host: github.com
> Accept: */*
> 
< HTTP/1.1 301 Moved Permanently
HTTP/1.1 301 Moved Permanently
< Server: nginx/1.0.12
Server: nginx/1.0.12
< Date: Thu, 01 Mar 2012 05:51:52 GMT
Date: Thu, 01 Mar 2012 05:51:52 GMT
< Content-Type: text/html
Content-Type: text/html
< Content-Length: 185
Content-Length: 185
< Connection: close
Connection: close
< Location: https://github.com/
Location: https://github.com/

< 
* Closing connection #0
* Issue another request to this URL: 'https://github.com/'
* About to connect() to github.com port 443 (#0)
*   Trying 207.97.227.239...
* connected
* Connected to github.com (207.97.227.239) 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 AES256-SHA
* Server certificate:
*    subject: businessCategory=Private Organization; 
1.3.6.1.4.1.311.60.2.1.3=US; 1.3.6.1.4.1.311.60.2.1.2=California; 
serialNumber=C3268102; C=US; ST=California; L=San Francisco; O=GitHub, Inc.; 
CN=github.com
*    start date: 2011-05-27 00:00:00 GMT
*    expire date: 2013-07-29 12:00:00 GMT
*    subjectAltName: github.com matched
*    issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert High 
Assurance EV CA-1
*    SSL certificate verify ok.
> HEAD / HTTP/1.1
> User-Agent: curl/7.24.0 (x86_64-pc-linux-gnu) libcurl/7.24.0 OpenSSL/1.0.0g 
zlib/1.2.5
> Host: github.com
> Accept: */*
> 
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Server: nginx/1.0.12
Server: nginx/1.0.12
< Date: Thu, 01 Mar 2012 05:51:53 GMT
Date: Thu, 01 Mar 2012 05:51:53 GMT
< Content-Type: text/html; charset=utf-8
Content-Type: text/html; charset=utf-8
< Connection: keep-alive
Connection: keep-alive
< Status: 200 OK
Status: 200 OK
< ETag: "a3b2f00df4321a35870f96dd5b3aeeff"
ETag: "a3b2f00df4321a35870f96dd5b3aeeff"
< X-Frame-Options: deny
X-Frame-Options: deny
< X-Runtime: 9
X-Runtime: 9
< Content-Length: 20001
Content-Length: 20001
< Set-Cookie: 
_gh_sess=BAh7BzoPc2Vzc2lvbl9pZCIlN2Q2NjQwYzJkMDNhYWI0N2NmYzVhMDI3MjQyNzMwYWE6EF9
jc3JmX3Rva2VuIjFwUWsveVBVd21RVWdvVWV3c055TkJOeW1tYm93aWVaQ1FFbGd3UllENVJBPQ%3D%3
D--74b753b1eff9361ff78d4e94772b693ca5aa0ef5; path=/; expires=Sat, 01-Jan-2022 
00:00:00 GMT; secure; HttpOnly
Set-Cookie: 
_gh_sess=BAh7BzoPc2Vzc2lvbl9pZCIlN2Q2NjQwYzJkMDNhYWI0N2NmYzVhMDI3MjQyNzMwYWE6EF9
jc3JmX3Rva2VuIjFwUWsveVBVd21RVWdvVWV3c055TkJOeW1tYm93aWVaQ1FFbGd3UllENVJBPQ%3D%3
D--74b753b1eff9361ff78d4e94772b693ca5aa0ef5; path=/; expires=Sat, 01-Jan-2022 
00:00:00 GMT; secure; HttpOnly
< Cache-Control: private, max-age=0, must-revalidate
Cache-Control: private, max-age=0, must-revalidate
< Strict-Transport-Security: max-age=2592000
Strict-Transport-Security: max-age=2592000

< 
* Connection #0 to host github.com left intact
* Closing connection #0
* SSLv3, TLS alert, Client hello (1):

Original comment by pahud...@gmail.com on 1 Mar 2012 at 5:52

GoogleCodeExporter commented 9 years ago
看来是没问题了,关掉vpn也可以访问。
撤掉那条路由吧

Original comment by xblueli...@gmail.com on 1 Mar 2012 at 6:01

GoogleCodeExporter commented 9 years ago

Original comment by pahud...@gmail.com on 1 Mar 2012 at 6:29