Java Webstart Truststore SSL

Posted by Padur on Stack Overflow See other posts from Stack Overflow or by Padur
Published on 2010-05-10T17:21:22Z Indexed on 2010/05/10 17:24 UTC
Read the original article Hit count: 472

Filed under:
|
|
|

Hello Experts .. Need some guidance. I have java webstart app and I want it to connect to a server via SSL.just adding a property like:System.setProperty("javax.net.ssl.trustStore","my.keystore");But since a JAWS program is downloaded from server didn't work and don't have a my.keystore on local file system. So decided to distribute the certificate to all clients.I did the following and it worked, but I am sure there are more better solutions that this.I packed it inside a jar and copied to some temp directory on clients machine and read the truststore jks file. Any ideas to make it better? -Padur ========================================

© Stack Overflow or respective owner

Related posts about java

Related posts about webstart