-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
转自: http://code.google.com/p/autoproxy/issues/detail?id=240
同样有这个问题,很困扰,望解决。
可以这样重现:
- 背景
假设有两个 ssh 代理,比如:
local 127.0.0.1 7070
remote 192.168.1.2 7070
两个都是通过 ssh -D7070 启动的有效 socks5 代理。
都可以通过 global 模式访问。 - 初始设置
选择 global 代理模式
在 choose proxy server 这里把 default proxy server 设为 local。
设置所有的代理规则都走 default proxy server。此时正常。 - 切换 default proxy server
关闭 local 的 ssh 窗口,使 local 代理失效(remote 的仍然有效)。
此时若继续使用 local 会出现代理服务器拒绝连接,需切换到 remote 访问。
在 choose proxy server 这里,更改 default proxy server 为 remote。
问题出现
在设置 default proxy server 为 remote 之后,仍然会提示代理服务器拒绝连接。
也就是说,切换 default proxy server 无效。重启 firefox 可以生效。
Metadata
Metadata
Assignees
Labels
No labels