How do I display a JList with icons and text? I’m getting the following error when trying to make an HTTPS or SSL connection: ‘unable to find valid certification path to requested target’
Oct 15

You can specify the keystore location wusing the javax.net.ssl.keyStore system property

java -Djavax.net.ssl.keyStore=<path to keystore file> -Djavax.net.ssl.keyStorePassword=<keystore password> au.com.objects.MyServer

written by objects \\ tags: , ,


Leave a Reply

You must be logged in to post a comment.