I have created a Web Service client in Eclipse (java) from wsdl but when I try to run it by providing user credentials it gives me
HTTP transport error : javax.net.ssl.SSLHandshakeException:
java.security.cert.CertificateException:
No subject alternative names present
I googled and found that I need to explicitly add
-Djavax.net.ssl.trustStore and -Djavax.net.ssl.trustStorePassword
arguments to client application. Sorry for dummy question, could someone please explain how I can add them?