Memnarch / Delphinus

An alternative Packagemanager for the Delphi-IDE
Mozilla Public License 2.0
235 stars 64 forks source link

Proxy Connection #84

Open almusx opened 3 years ago

almusx commented 3 years ago

Delphinus cant connect to github behind a proxy server.

Memnarch commented 3 years ago

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