Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Access URL error - proxy support #79

Open
akxls86 opened this issue Sep 24, 2020 · 7 comments
Open

Access URL error - proxy support #79

akxls86 opened this issue Sep 24, 2020 · 7 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@akxls86
Copy link

akxls86 commented Sep 24, 2020

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.

@CoffeyJ83
Copy link

Getting the same error

@ianmarmour
Copy link
Owner

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),

@ianmarmour ianmarmour added enhancement New feature or request help wanted Extra attention is needed labels Sep 24, 2020
@akxls86
Copy link
Author

akxls86 commented Sep 24, 2020

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.

@ianmarmour
Copy link
Owner

ianmarmour commented Sep 24, 2020

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
export HTTP_PROXY="http://proxyIp:proxyPort"

WINDOWS

set HTTP_PROXY="http://proxyIp:proxyPort"

@ianmarmour
Copy link
Owner

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)

@amn2be
Copy link

amn2be commented Sep 26, 2020

I am looking for some help but need access to discord so i can be assisted with the clerk..... Thank you.

@redstone2019
Copy link
Collaborator

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants