Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
jsboak committed May 31, 2024
1 parent 2a604a5 commit 9721f4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/edu/ohio/ais/rundeck/HttpBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ public boolean isTrusted(X509Certificate[] x509Certificates, String s) throws Ce

if(options.get("useSystemProxySettings").equals("true")) {

log.log(5, "Using proxy settings set on system");

httpClientBuilder.setRoutePlanner(new SystemDefaultRoutePlanner(ProxySelector.getDefault()));

}
Expand Down

0 comments on commit 9721f4c

Please sign in to comment.