通过 https 连接到代理服务器,
用 pac 文件像这样子
var proxy = "HTTPS example.com:443";
function FindProxyForURL (url, host ) {
return proxy;
}
chrome 下, EverProxy, SwithyOmega 都支持直接设置类型为 https.
firefox 下 Foxproxy , Autoproxy 都不支持,设置为 pac 也不行。
有谁知道有什么插件支持吗?
主要是想找一个 firefox 下像 EverProxy, SwithyOmega 这样设置方便又支持 https 的插件。