Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Conversation

@andrewdriver123
Copy link

The proxy support built into the axios library was not able to handle configurations where HTTPS traffic is passed through an HTTP proxy server.
This commit adds support for using the 'tunnel' library to support HTTPS-over-HTTP proxy configurations.

  • Update config.sample.json with an example HTTPS proxy tunnel configuration.
  • Update README.md to document added settings.
  • Update githubservice.js to optionally support proxy tunnel.
  • Use beta version of axios as this is required for tunnel.

The proxy support built into the axios library was not able to handle configurations where HTTPS traffic is passed through an HTTP proxy server.
This commit adds support for using the 'tunnel' library to support HTTPS-over-HTTP proxy configurations.

- Update config.sample.json with an example HTTPS proxy tunnel configuration.
- Update README.md to document added settings.
- Update githubservice.js to optionally support proxy tunnel.
- Use beta version of axios as this is required for tunnel.

Signed-off-by: Jim Conner <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant