-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Please add a quick description about how to use a simple http proxy configuration.
It seems that system settings http.proxyHost and http.proxyPort like in the example below are of no use to httpClient?
-Dhttp.proxyHost=http://aproxy.corproot.net
-Dhttp.proxyPort=8080
-Dhttp.proxyUser=<user>
-Dhttp.proxyPassword=<password>
-Dhttp.nonProxyHosts="localhost|127.0.0.1|::1"
-Dhttps.proxyHost=http://aproxy.corproot.net
-Dhttps.proxyPort=8080
Also, please add documentation (and code, if needed) how to enable more verbose log output.
My setup steps:
git clone https://github.com/MobileID-Strong-Authentication/mobileid-client-java.gitmvn clean installcd mid-java-client-usage/target/release/mid-client-1.3.0./bin/mid-client.sh -init- Updated the
conf.properties ./bin/mid-client.sh -profile-query -msisdn 41700092501 -vvv
Reactions are currently unavailable
Metadata
Metadata
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request