-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 13.5.0, 14.0.0
-
Fix Version/s: 6.0.0
-
Component/s: self-service
-
Labels:
-
Target Version/s:
-
Rank:1|hztfev:
-
Sprint:AM Sustaining Sprint 40, AM Sustaining Sprint 41, AM Sustaining Sprint 42
-
Story Points:2
-
Support Ticket IDs:
In some scenarios, making http(s) requests to other parts of the network, for example the Internet from an internal network, requires traversing a proxy server.
For example using reCAPTCHA within OpenAM USS requires an https request to external systems and may require traversing a proxy server. Currently this is not possible.
Note that setting -Dhttps.proxyHost *or *-Dhttps.proxyPort does not work in this case as the code invoking the Apache HttpClient libraries does not call .useSystemProperties() that would have facilitated this.