Hello programmers,
can anyone tell me how to add or set alternative name for certificate to the keystore?
I am trying to create web service client using netbeans and when it trying to get wsdl description from site it gives me:
java.security.cert.certificateexception no subject alternative names present
Site is under address https://<IP>:<PORT>/...?wsdl
Certificate CN is different.
But I can't change certificate as it was provided by company. How do I fix it? How do i change the subject alternative value to IP address value?
Thank you.