SSL certificate problem in a web service proxy
问题 I am building a JAVA web service client in which i connect to a service. This service has a ssl certificate verification. How to call this service using ssl certificate verification. I am using JAX-RPC implementation in client built using Eclipse. An example would be appriciated. 回答1: I am able to do the web service connection... I added the key store using the command: keytool -import -trustcacerts -file <file path/filename.cer> -alias <aliasName> -keystore <JAVA_HOME/jre/lib/security