|
Rank: Newbie Groups: Member
Joined: 10/12/2019 Posts: 4
|
Hi There, We're doing an evaluation on version 2020.3.6.0 and couldn't connect to Sock5 Proxy. We've searched through the entire Form and couldn't find an answer. We are tested on: Windows 10 Visual Studio 2019 Windows Based Program Below is the code:
Code: C#
webControl1.WebView.Engine.Options.Proxy = new EO.Base.ProxyInfo(EO.Base.ProxyType.Socks5, proxy_HostName, proxy_PortNum, proxy_UserName, proxy_Password);
EO.WebEngine.BrowserOptions options = new EO.WebEngine.BrowserOptions();
options.EnableWebSecurity = false;
webView1.SetOptions(options);
The error message display on the web Browser is: Failed establishing a connection to the SOCKS proxy server for a target host. Please help. Thank you.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
We do not do anything particular with proxy server (settings are passed straight to the Chromium browser engine). Is it possible for you to PM us your socket 5 server settings so that we can debug it from here?
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 9/20/2016 Posts: 73
|
Hi, James! Just in case - chrome-based browsers don't support socks5 proxies with authorization, unlike firefox.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
rainstuff wrote:Hi, James! Just in case - chrome-based browsers don't support socks5 proxies with authorization, unlike firefox. Thanks for sharing!
|
|