we could see ssl handshake error. To overcome this, we would need your input how to make use of our root certificate in Jalview configuration.
IF in case above solution does not works, Please help us with solution to manage the ssl exception
we could see ssl handshake error. To overcome this, we would need your input how to make use of our root certificate in Jalview configuration.
IF in case above solution does not works, Please help us with solution to manage the ssl exception
Hi Jeevan,
We’ve spoken about this particular problem before, and it is similar to the recent discussion Error download Jalview (Mac).
The difficulty of being in an intranet that intercepts HTTPS (and essentially performs a man-in-the-middle change of certificates) is difficult for us to build a generic solution into Jalview.
I believe there are three options:
A summary of what you need to do for 3:
/Applications/Jalview.app/Contents/Resources/app/jre/Contents/Home/lib/security/cacerts.../jre/lib/security/cacertscacerts keystore file using the Java keytool command. The exact command to use will depend on the format of your certificates, but if they are in DER format, then you can do something like (changing path/to/cacerts, my_alias and ca_certificate.der:keytool -import -trustcacerts -keystore path/to/cacerts -storepass changeit -alias my_alias -file ca_certificate.der
If you need to convert your certificate from one format to another, you can use openssl but you’ll need to google for the exact incantation required (openssl has way too many options for me to second guess it here)!
I hope this helps you progress further.
Ben
Here are a couple of links to pages that might be helpful: