I am a bit of an idiot to how SSL and Webservices work at the fine-grained level. I am developing a system that calls several web services, some with secured URLs and others
Try import the certificate you need into java truststore located into jdk_xxx/jre/lib/security/cacerts using keytool
set the jvm parameter Djavax.net.debug=ssl to see more debug information