V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
fangdingjun
V2EX  ›  问与答

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

  •  
  •   fangdingjun · 2015-09-18 18:31:25 +08:00 · 3770 次点击
    这是一个创建于 3114 天前的主题,其中的信息可能已经有所发展或是发生改变。

    通过 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 条回复    2015-09-19 08:35:58 +08:00
    LazyZhu
        1
    LazyZhu  
       2015-09-18 19:28:10 +08:00
    可以试试这样:
    "PROXY example.com:443"
    ericFork
        2
    ericFork  
       2015-09-19 02:02:28 +08:00
    Firefox 印象中是还没很好地支持吧,而且也只支持 https/1.1 ,不支持 SPDY 或者 HTTP2
    fangdingjun
        3
    fangdingjun  
    OP
       2015-09-19 08:35:58 +08:00
    @LazyZhu 这种写法是使用 http 连接,而不是 https

    @ericFork firefox 从版本 37 开始已经支持 http2 了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3388 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 11:17 · PVG 19:17 · LAX 04:17 · JFK 07:17
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.