-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Proxy Support for WikiPDFExport #830
Comments
The quickest solution is to add the option to provide a path to a previously download I will have a look at honouring the agent proxy settings, but I am not sure when I will have time to investigate it fully. |
The 1.3.8 release provides a way to override the path to the exe, so a workaround for now |
Thank you |
I cannot find any Node libraries that handle GitHub release downloads and allows proxy settings to be set. I don't have the time to investigate writing such as client for this edge case at present, especially as there is now a workaround. Hence, I have marked this issue as a |
We use Azure DevOps Server 2019 on-premise. Our build agent can access the web, but is behind a HTTP proxy. Downloading
azuredevops-export-wiki.exe
fails, because the connection is refused (##[error]connect ECONNREFUSED 140.82.121.6:443
).The NPM-package
download-github-release
, which is used to downloadazuredevops-export-wiki.exe
, does not honor the agent proxy settings.The WikiPDFExport extension should use agent proxy settings, when they are configured correctly as described here.
The proxy values can be retrieved as described here. Unfortunately I could not find any documentation on proxy support / how to pass proxy parameters for
download-github-release
, so it may need to be replaced.Alternatively, the path to an already downloaded
azuredevops-export-wiki.exe
could be specified.The text was updated successfully, but these errors were encountered: