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

Socks5 proxy with USERNAME and PASSWORD not working! #58

Open
Fayozjon opened this issue May 21, 2022 · 2 comments
Open

Socks5 proxy with USERNAME and PASSWORD not working! #58

Fayozjon opened this issue May 21, 2022 · 2 comments

Comments

@Fayozjon
Copy link

Hello please check it again i saw your reply on issue like this but when you assigning username and password on proxy settings there is an error
net::ERR_SOCKS_CONNECTION_FAILED #25

...
  const builder = new FakeBrowser.Builder() 
    .displayUserActionLayer(true)
    .proxy({ 
      proxy: "socks5://IP:45064",
      exportIP:"IP",
      username: "USERNAME",
      password: "PASSWORD",
    })
    ...
@WhiteBite
Copy link

As far as I know, this is a problem of chromium itself. I have not found a solution to the problem

@JijaProGamer
Copy link

for user:password auth you cannot use chrome/chromium (not supported yet, you need to intercept requests to use poxies with auth)

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

3 participants