Note: | If you are accessing resources through a Web server’s HTTPS protocol from a Java client using Oracle JSSE, you must also set a truststore via the -Djavax.net.ssl.trustStore property and a truststore password via the -Djavax.net.ssl.trustStorePassword property, for example: -Djavax.net.ssl.trustStore=<your_truststore_here> -Djavax.net.ssl.trustStorePassword=<your_truststore_password_here> |