Delphinus icon indicating copy to clipboard operation
Delphinus copied to clipboard

Proxy Connection

Open almusx opened this issue 3 years ago • 1 comments

Delphinus cant connect to github behind a proxy server.

almusx avatar Jun 12 '21 12:06 almusx

By default, it should use the system configuration for WinHTTP. Can you check if one is set and set one if missing using NetSH? https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc731131(v=ws.10)

Using Commandwindow (CMD) Display Proxy: netsh winhttp show proxy

Set Proxy: netsh winhttp set proxy [proxy-server=] ProxyServerName [bypass-list=] <HostsList>

See link above for examples for setting a proxy

Memnarch avatar Jun 15 '21 14:06 Memnarch