Hello Mark, > I'm not sure how I can obtain the HTTPS cert from the address I'm > connecting to and place it in the keystore. For example when a browser > connects, it automatically receives the cert from the HTTPS address and does
Check if your browser allows to export the certificates. Or maybe not-yet-commons-ssl can read the browser certificate store. > so without prompting if it is (the cert) signed by an appropriate / trusted > CA such as verisign and prompts when it's not signed as such. The question > I've got is either 1. how to obtain that cert and import, See above, try with the browser first. Or else you hack some Java code that opens an SSL connection and follows the certificate chain, fetching and saving the certificates along the way. > or 2. configure > the Java code so that it automatically accepts the cert. You've found the instructions for doing that when you followed the link to our SSL guide which I posted previously. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
