Can't connect to internet via SOCKS5 proxy server

3.2k Views Asked by At

I have configured SOCKS5 proxy server in AWS with dante and it runs fine.

when I try the following command in CMD

curl -L -x socks5://user:[email protected]:1313 http://www.google.com/

it works,

But when I configure my LAN proxy configs, it can't access to the internet via any browser.

for CURL proxy server works but for browsers it doesn't.

please help.

1

There are 1 best solutions below

1
On

The reason for this is, I have enabled the user authentication in the server. Unlikely in HTTP proxy servers, there is no signin popup in socks5. This was fixed after I added the username and password.