Skip to content

Conversation

@ljdelight
Copy link
Collaborator

Set the httpClientBuilder.useSystemProperties() so that users may set the proxy settings via system properties eg

-Djava.net.useSystemProxies=true
-Dhttp.proxyHost=PROXY_HOST
-Dhttp.proxyPort=PROXY_PORT
-Dhttp.proxyUser=USERNAME
-Dhttp.proxyPassword=PASSWORD

@ljdelight ljdelight force-pushed the ljdelight/useSystemProperties branch from b92c256 to 927cd16 Compare April 2, 2023 21:54
Set the httpClientBuilder.useSystemProperties() so that users may set the proxy settings
via system properties eg

```
-Djava.net.useSystemProxies=true
-Dhttp.proxyHost=PROXY_HOST
-Dhttp.proxyPort=PROXY_PORT
-Dhttp.proxyUser=USERNAME
-Dhttp.proxyPassword=PASSWORD
```
@ljdelight ljdelight force-pushed the ljdelight/useSystemProperties branch from 927cd16 to 84b8222 Compare April 2, 2023 21:56
@ljdelight ljdelight merged commit 3a825db into dev Apr 2, 2023
@ljdelight ljdelight deleted the ljdelight/useSystemProperties branch April 2, 2023 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants