View Single Post
  #2 (permalink)  
Old 10-21-2007, 02:13 PM
johnsbrn johnsbrn is offline
Intermediate Member
 
Posts: 16
Default CA Validation

It looks like you need to import the root CA of the server you are connecting to into your java certificate store. If this is a self-signed certificate, you need to import that certificate, otherwise you need to certificate of the signing authority. I believe keytool will allow you to do this, but I don't know the command syntax off-hand.
Reply With Quote