Skip to content

Add Proxy Support for WikiPDFExport #830

@Sebbl22

Description

@Sebbl22

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 download azuredevops-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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Known Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions