Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
HTTPS certificates
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="obriard, post: 3548025"] I have a Java web application that accesses a Web Service using https. Currently, I set up https parameters with java properties : System.setProperty("java.protocol.handler.pkgs","com.sun.net.ssl.internal.[URL="http://www.protocol"]www.protocol[/URL]"); System.setProperty("javax.net.ssl.trustStore","myTrustStore.jks"); System.setProperty("javax.net.ssl.trustStorePassword","myPassword"); System.setProperty("javax.net.ssl.keyStore","myKeyStore.jks"); System.setProperty("javax.net.ssl.keyStorePassword","myPassword"); System.setProperty("javax.net.ssl.keyStoreType","jks"); System.setProperty("javax.net.ssl.trustStoreType","jks"); Is it possible to change dynamically the trust store of my Java web application ? Regards, Olivier [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
HTTPS certificates
Top