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

Add abitily to tunnel HTTP over HTTP proxy#26

Open
andrewdriver123 wants to merge 1 commit intojoeattardi:masterfrom
FidelityInternational:master
Open

Add abitily to tunnel HTTP over HTTP proxy#26
andrewdriver123 wants to merge 1 commit intojoeattardi:masterfrom
FidelityInternational:master

Conversation

@andrewdriver123
Copy link
Copy Markdown

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 <jim.conner@fil.com>
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