Feature #20201
Global HTTP proxy for outgoing requests
Difficulty:
Triaged:
Related issues
Associated revisions
refs #20201: update dependency to rest-client
History
#1
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4640 added
#2
Updated by Marek Hulán over 5 years ago
- Target version set to 1.17.0-RC2
#3
Updated by Marek Hulán over 5 years ago
- Target version changed from 1.17.0-RC2 to 1.18.0-RC2
#4
Updated by Marek Hulán over 5 years ago
- Target version changed from 1.18.0-RC2 to 214
#5
Updated by Marek Hulán over 5 years ago
- Legacy Backlogs Release (now unused) set to 296
#6
Updated by Anonymous over 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 7f8fd14d7a7fb4030bc2e6c36a297b4aa864b7ba.
#7
Updated by The Foreman Bot over 5 years ago
- Pull request https://github.com/theforeman/foreman/pull/4906 added
#8
Updated by Marek Hulán over 5 years ago
- Related to Feature #12216: allow compute resource connections to use a proxy added
#9
Updated by Timo Goebel over 5 years ago
- Related to Bug #21340: multiple settings lookup for http proxy for every UI action added
#10
Updated by Anonymous over 5 years ago
- Related to Bug #21997: http_proxy extension not compatible with excon 0.60 added
#11
Updated by Ohad Levy about 5 years ago
- Related to Bug #22066: http test connection works even if the proxy is not set added
#12
Updated by Ohad Levy about 5 years ago
- Related to Bug #22067: after creating the first proxy, you are being redirected to the new proxy page again added
#13
Updated by Ohad Levy about 5 years ago
- Related to deleted (Bug #22067: after creating the first proxy, you are being redirected to the new proxy page again)
#14
Updated by Ohad Levy about 5 years ago
- Related to deleted (Bug #22066: http test connection works even if the proxy is not set)
#15
Updated by Lukas Zapletal almost 4 years ago
- Related to Bug #27065: Global http proxy does not work with Net::HTTP added
Fixes #20201 - Global HTTP proxy for outgoing requests
This introduce two new settings to proxy outgoing HTTP
requests and one to except certain hosts from it.
The extensions for Excon::Connection and Net::HTTP
allow setting a proxy on their requests.