rofl0r / proxychains-ng

proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
http://sourceforge.net/projects/proxychains-ng/files
GNU General Public License v2.0
9.74k stars 1.07k forks source link

Firefox can’t establish a connection to the server at wss:// (<--socket error or timeout!) with proxychains-ng 4.17 #576

Closed bugshunter673 closed 1 month ago

bugshunter673 commented 1 month ago

Hello I'm getting the following error while visiting speedtest.net and performing test Trying to use different proxy servers (ssh -D 1080, etc) does not help. Environment:
Fedora Linux 40 under toolbox CMD:
toolbox run proxychains env MOZ_ENABLE_WAYLAND=1 /home/user/.local/firefox/firefox

Firefox can’t establish a connection to the server at wss://redacted
[proxychains] DLL init: proxychains-ng 4.17
<--socket error or timeout!
[proxychains] Strict chain  ...  127.0.0.1:1080  ...  ip redacted <--socket error or timeout!
rofl0r commented 1 month ago

no idea what toolbox is, but proxychains supports only native, dynamically linked programs that are not containerized.

bugshunter673 commented 1 month ago

no idea what toolbox is, but proxychains supports only native, dynamically linked programs that are not containerized.

Even not containerized still does not work with Firefox 129.0 . ssh -D 1080 OpenSSH_9.6p1, OpenSSL 3.2.1 30 Jan 2024 HTTP3 is disabled in about:config

rofl0r commented 1 month ago

read #575 . it works for him. there are also workarounds mentioned.

bugshunter673 commented 1 month ago

read #575 . it works for him. there are also workarounds mentioned.

Yeah. Setting socks proxy settings in firefox to remote socks works fine. firefox --> [ proxychains --> ssh -D 1080] ---> address_of_remote_socks_set_in_firefox