Settings | Sign in | Sign up

There are currently 2 posts.

或许,不支持sha256签名的https证书的IE浏览器打不开https网站的问题,可以通过配置IE代理服务器解决。

Floor 4 巨大八爪鱼 4/16/25 18:26
思路:
(1)先用nginx在本机(127.0.0.1)某个端口A上建立一个到zh.purasbar.com的反向代理服务器,https证书采用sha1签名的自签名证书。
(2)再用nginx在本机另一个端口B上用https://github.com/chobits/ngx_http_proxy_connect_module模块建立一个https正向代理服务器。用CONNECT方法把所有域名为zh.purasbar.com的连接重定向到本机的A端口。
(3)在IE浏览器里面设置代理服务器为本机的B端口。
巨大八爪鱼 4/16/25 18:27
理论上是可行的,希望能让win2000的ie6成功访问purasbar。

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.