...
Panel | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The following properties must be set at start of maven to be accessible when HttpClient starts up.
javax.net.ssl.trustStore* - This is the path to the trusted server keystore. * javax.net.ssl.trustStorePassword* - This is the password protecting the trusted server keystore.
Here is an example for the .mavenrc file setting:
Adjust the =/path/to/serverTrustStore.jks and the password XXXXXX as needed. Here are instructions on how to create a Java trusted server key store. |