Welcome Guest Search | Active Topics | Sign In | Register

About EO.webbrowser using SOCKS5 proxy with authenticate Options
Kim
Posted: Friday, November 22, 2019 1:03:58 PM
Rank: Newbie
Groups: Member

Joined: 11/22/2019
Posts: 1
Hi, I tried to use Engine.Options.Proxy to set socks5 proxy and it does't work.

Code: C#
engine1.Options.Proxy = new ProxyInfo(ProxyType.Socks5, strIPadd, intPort, strName, strPass);


the webbrowser always return error message:

Failed establishing a connection to the SOCKS proxy server for a target host.

If I modify socks5 server to remove authenticate, then code will run correct.

PS: I can make sure the socks5 proxy server is working properly.
eo_support
Posted: Monday, November 25, 2019 9:44:17 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,218
Thanks for posting in the forum. Will you be able to provide the socket 5 server you use so that we can test it here? You can PM us the credentials if you can provide them.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.