-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
访问Google网站有时会提示不是私密连接 #1166
Comments
你的版本是否太老了? FWD是不替换证书的,但是gvs的证书无法工作在google.com 域名 2015-10-08 9:57 GMT+08:00 Cat73 [email protected]:
|
用的2.5.1,我也不知道为何会这样- - 从2.0.5中复制了以下三个文件过去: 修改了以下配置: 其他: |
修改了下config.py的代码 |
在 web_control.py 的 req_status_handler 函数增加了以下代码: 等下次遇到这个问题的时候再看看吧- - |
发了2.5.2 修改这个bug。 对于GAE不支持的Google 网站请求,会改为FWD模式。 但是FWD模式是不修改任何通讯过程,而gvs ip必须特殊的SSL握手才能工作。 请测试能否解决你的问题 2015-10-08 21:08 GMT+08:00 Cat73 [email protected]:
|
问题完全是随机出现- - |
证书路径: GeoTrust Global CA -> Google Internet Authority G2 -> *.googlevideo.com
而不是XX-Net颁发的证书
一般重启GAEProxy后可恢复正常
相关日志↓
Oct 08 09:56:07 - [INFO] FWD CONNECT www.google.com:443
Oct 08 09:56:07 - [DEBUG] get ip:1.255.33.74 t:96
Oct 08 09:56:07 - [DEBUG] tcp conn 1.255.33.74 time:49
Oct 08 09:56:07 - [DEBUG] forward local disconnected.
Oct 08 09:56:07 - [DEBUG] FWD CONNECT www.google.com:443 with closed
Oct 08 09:56:08 - [INFO] FWD CONNECT www.google.com:443
Oct 08 09:56:08 - [DEBUG] get ip:1.255.22.249 t:107
Oct 08 09:56:08 - [DEBUG] tcp conn 1.255.22.249 time:46
Oct 08 09:56:08 - [DEBUG] forward local disconnected.
Oct 08 09:56:08 - [DEBUG] FWD CONNECT www.google.com:443 with closed
又访问一次↓
Oct 08 09:57:15 - [INFO] FWD CONNECT www.google.com:443
Oct 08 09:57:15 - [DEBUG] get ip:1.255.22.207 t:84
Oct 08 09:57:15 - [DEBUG] tcp conn 1.255.22.207 time:44
Oct 08 09:57:15 - [DEBUG] forward local disconnected.
Oct 08 09:57:15 - [DEBUG] FWD CONNECT www.google.com:443 with closed
The text was updated successfully, but these errors were encountered: