While creating Web Service Client in IBM RSA I'm getting below exception.. "Exception: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative DNS name matching "
Please advise how to resolve this issue.
Thanks,
You need to install the SSL certificate from server into client machine. Note if the SSL certificate is selft-signed, you need to disable SSL check like this:
Note: in the SSL certificate, the CN property, must match the server name or the domain name. (CN = my-domain.com) is for a server published on my-domain.com.
If you are using some certificate designed for other server name or domain, you need to declare the match in operating system hosts file.