I got the same issue long time back, we solved it by adding the certs to JDK cacerts using keytool. try this and see if that helps or not.Below are some keytool commands to import certscd <JDK_CACERTS_PATH> -- generally cacerts will be here C:\Program Files\Java\jdk1.8.0_92\jre\lib\securitykeytool...