Skip to content

Proxy Configuration #2

@phaupt

Description

@phaupt

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:

  1. git clone https://github.com/MobileID-Strong-Authentication/mobileid-client-java.git
  2. mvn clean install
  3. cd mid-java-client-usage/target/release/mid-client-1.3.0
  4. ./bin/mid-client.sh -init
  5. Updated the conf.properties
  6. ./bin/mid-client.sh -profile-query -msisdn 41700092501 -vvv

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions