Skip to content

Using a socks5 proxy #2518

Answered by mdmintz
oculunto asked this question in Q&A
Feb 19, 2024 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

If you're trying to do SOCKS5 proxy with authentication, there's info on that here: #931 (comment)

The closest solution I've found is https://stackoverflow.com/a/55395796 , which uses https://github.com/qwj/python-proxy . There's no direct way to do it, as seen from https://stackoverflow.com/questions/43312573/how-to-set-socks5-proxy-with-auth-for-chrome-in-selenium-python


If you're trying to do SOCKS5 proxy without authentication, then it works if you remove setting a user_data_dir. If you must use a user_data_dir in UC Mode with special Proxy settings, then make sure that every Chrome instance that uses that user_data_dir has also used it with UC Mode with the exact same proxy settings.…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@oculunto
Comment options

@mdmintz
Comment options

@oculunto
Comment options

@mdmintz
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants