Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy failure chains not working #4917

Open
Monirzadeh opened this issue Feb 6, 2024 · 0 comments
Open

Proxy failure chains not working #4917

Monirzadeh opened this issue Feb 6, 2024 · 0 comments

Comments

@Monirzadeh
Copy link
Contributor

Monirzadeh commented Feb 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant