ssl


adding_ssl_jre
Importing Certificate into cacerts of JRE will solve javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed issue. This can be done using Keytool in java. Below steps needs to be done for importing untrusted or new trust certificate into java. Export the certificate from browser and save in some path. E.g. vtm.cer. […]

Importing Certificate into cacerts of JRE