Welcome Guest Search | Active Topics | Sign In | Register

Https, socks5 not work Options
KR3ND31
Posted: Monday, November 20, 2017 3:52:39 PM
Rank: Newbie
Groups: Member

Joined: 11/14/2017
Posts: 4
engine.Options.Proxy = New ProxyInfo(ProxyType.HTTP, "185.128.212.131", 8000, "nrbxXh", "C0265s") - work
engine.Options.Proxy = New ProxyInfo(ProxyType.HTTPS, "185.128.212.131", 8000, "nrbxXh", "C0265s") - not work
then i change proxy type on hosting and test this
engine.Options.Proxy = New ProxyInfo(ProxyType.SOCKS5, "185.128.212.131", 8000, "nrbxXh", "C0265s") - not work
Help pls
eo_support
Posted: Wednesday, November 22, 2017 8:48:22 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
Hi,

We have looked into this issue. Here are our findings:

1. The "Secure" option in the configuration dialog you use to configure proxy in Chrome (as well as in IE since the dialog is provided by the system) is NOT the same as "https" proxy type.

The "Secure" option in this dialog means "use this HTTP proxy for secure connection". In another word, you can have two HTTP proxies, one for non-secure connections (HTTP) and one for secure connections (HTTPS). Note that for both secure and non-secure connection, the proxy type is HTTP. There is a special command in HTTP proxy that allows it to support both HTTP and HTTPS, but the key is, in both cases, the proxy type is HTTP, not HTTPS. This seems to be the only type of proxy your proxy server supports. This is why only the HTTP proxy type works for you because this is the only one you have;

As a side note, we do not support different proxies servers for secure and non-secure connections.

2. The HTTPS proxy type in our ProxyInfo is a different type of proxy and it is not commonly used. While we have the source code (from Chromium project), even we are not familiar with the details. Setting ProxyInfo's ProxyType to HTTPs is equivalent to this option in Google Chrome:

https://www.chromium.org/developers/design-documents/secure-web-proxy

As you can see this is completely different than setting the "Secure" option in the proxy configuration dialog.

3. We are not able to use your SOCKS5 proxy server through the proxy configuration dialog either. So it appears that your proxy server does not support this type of proxy.

Hope this helps. Please feel free to let us know if you still have any more question.

Thanks!
KR3ND31
Posted: Wednesday, November 22, 2017 5:01:36 PM
Rank: Newbie
Groups: Member

Joined: 11/14/2017
Posts: 4
Check the socks5 now, I changed the proxy server settings to the socks 5
eo_support
Posted: Wednesday, November 22, 2017 8:22:01 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
Hi,

Please check it with a regular browser first to make sure your proxy server does work --- EO.WebBrowser won't work if a regular browser won't work either. This will ensure that your proxy server is indeed working correctly. We are not in a position to check or troubleshoot your proxy server configuration for you.

Once you get a regular browser working, set EO.WebBrowser's Proxy type to Socks4, this is the proxy type corresponding to the "Socks" proxy server option in the system proxy setting dialog.

Thanks!
KR3ND31
Posted: Thursday, November 23, 2017 9:11:47 AM
Rank: Newbie
Groups: Member

Joined: 11/14/2017
Posts: 4
Ok, tnx


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.