tridactyl/tridactyl

Proxy failure chains not working

Opened this issue · 0 comments

Reporting a bug

Brief description of the problem:

if you have multiple proxy that one of them not retuen response proxychain not switch to other one

for example
proxyA -- > if you send google.com traffic to that you will get Secure Connection Failed in firefox
proxyB --> if you send google.com traffic to that you can accesses google.com

now if you set :autocontain -S google\.com none proxyA proxyB you will get Secure Connection Failed but expected behavior is to tridactyl switch to proxyB and show google website

Anything else?

if proxyA return Secure Connection Failed for specific url than order of proxys is not working. for example

autocontain -S google\.com none proxyA proxyB

and

autocontain -S google\.com none proxyB proxyA

both retuern Secure Connection Failed