Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

The following properties must be set at start of maven to be accessible when HttpClient starts up.

indent
1
1
*javax.net.ssl.trustStore*
indent
2
2
the path to the trusted server keystore
indent
1
1
*javax.net.ssl.trustStorePassword*
indent
2
2
the password protecting the trusted server keystore

They These two properties may be set either on by maven's command-line, in the .mavenrc file or in the MAVEN_OPTS environment variable. Here is an example for the .mavenrc file setting:

indent
1
1
*MAVEN_OPTS="-Djavax.net.ssl.keyStore=/home/directory/myTrustedServerKeystore.jks -Djavax.net.ssl.keyStorePassword=XXXXXX"*

Click here for instructions on how to create a Java trusted server key store.