shunf4 / proxychains-windows

Windows and Cygwin port of proxychains, based on MinHook and DLL Injection
GNU General Public License v2.0
967 stars 117 forks source link

incompatible with the requested protocol was used when using with browsers (with remote proxies) #4

Closed mahdi-ln closed 4 years ago

mahdi-ln commented 4 years ago

When using curl there is no problem: untitled

But with browser like chrome timeout happens: Untitled2 the proxy work correctly when used in chrome proxy add-ons or system proxy

shunf4 commented 4 years ago

This is expected. When the first proxy server is not accessible by an IPv6 address, proxychains could not proxify connections to IPv6 addresses (see configuration options first_tunnel_uses_ipv4 and first_tunnel_uses_ipv6). Try visiting some sites with IPv4 addresses and check everything behaves normally.