dom96 / choosenim

Tool for easily installing and managing multiple versions of the Nim programming language.
BSD 3-Clause "New" or "Revised" License
679 stars 67 forks source link

proxy on windows #288

Closed reyqn closed 2 years ago

reyqn commented 2 years ago

Since 0.8, choosenim uses puppy for downloads on windows, and because puppy doesn't support proxies, I can't make choosenim work behind a proxy on windows. Is there something I'm missing?

guzba commented 2 years ago

Recent Puppy releases make use of WINHTTP_ACCESS_TYPE_AUTOMATIC_PROXY and no longer use the COM API for HTTP. Perhaps proxies on Windows work now?

reyqn commented 2 years ago

Sadly I can't try right now because the issue was behind my corporate proxy, and nim exes being sometimes detected as a virus, my IT department told me to stop using it... I guess this should fix it, and this is probably a puppy issue anyways, so I'll close this.