fangdingjun
V2EX  ›  问与答

firefox 下有什么代理插件支持 https

  •  
  •   fangdingjun · Sep 18, 2015 · 4633 views
    This topic created in 3910 days ago, the information mentioned may be changed or developed.

    通过 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 的插件。

    3 replies    2015-09-19 08:35:58 +08:00
    LazyZhu
        1
    LazyZhu  
       Sep 18, 2015
    可以试试这样:
    "PROXY example.com:443"
    ericFork
        2
    ericFork  
       Sep 19, 2015
    Firefox 印象中是还没很好地支持吧,而且也只支持 https/1.1 ,不支持 SPDY 或者 HTTP2
    fangdingjun
        3
    fangdingjun  
    OP
       Sep 19, 2015
    @LazyZhu 这种写法是使用 http 连接,而不是 https

    @ericFork firefox 从版本 37 开始已经支持 http2 了
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   972 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 38ms · UTC 20:08 · PVG 04:08 · LAX 13:08 · JFK 16:08
    ♥ Do have faith in what you're doing.