-
-
Notifications
You must be signed in to change notification settings - Fork 63
Access URL error - proxy support #79
Comments
Getting the same error |
I'm not sure what proxy you're behind (do you have the proxy setup at a windows wide level or at a chrome specific level), |
This is a corporate proxy (HTTP) distributed via DHCP to all clients. |
This isn't actually something we need to build support in for GoLang supports proxying by default if you set one of the following environmental variables you should be good, let me know if this works I'll add it to troubleshooting, LINUX WINDOWS set HTTP_PROXY="http://proxyIp:proxyPort" |
After finding out today how the url linking works, I don't think we'll be able to support proxies very well (if the proxy does any traffic inspection at all it will break the urls this is a hard limitation) |
I am looking for some help but need access to discord so i can be assisted with the clerk..... Thank you. |
Hi,
Operating system: Windows 10
Version of nvidia-clerk you're running: v2.4
Parameters passed in (redact sensitive info): -region=POL -model=3080
Additional info:
It seems that application is not working when somebody is behind a HTTP proxy. Is there any switch for this or support might be added perhaps?
Currently ends with:
Error attempting to access URL: https://api-prod.nvidia.com/direct-sales-shop/DR/products/pl_pl/PLN/5438797700
I can easly access the link shown in the CMD bar via browser with proxy enabled.
The text was updated successfully, but these errors were encountered: