08-20-2018 01:36 PM
Hi Team,
I am using PCCE CVP 11.5.I am getting the below error when i try to use my wsdl.I have wrriten Java code for integration.I have placed the certificate in C:\Cisco\CVP\jre\lib\security\cacerts path
ERROR:
javax.net.ssl.SSLPeerUnverifiedException: Certificate for <xxxxx> doesn't match any of the subject alternative names: [Profile..........]
Thanks in Advance
08-22-2018 09:35 AM
I've never done what you're trying to do with Cisco. Generally however, java requires the cert to be imported with the keytool command such as:
keytool -importcert -file certificate.cer -keystore keystore.jks -alias "Alias"
In your project, are there any security settings to be mindful of, like TLS, etc?
08-22-2018 10:04 AM
08-22-2018 09:57 AM
The error looks like it is seeing your certificate ok, but whatever is in the SAN field is not matching the server you are connecting to. Might want to use keytool to print out the certificate information and see what is in your Subject Alternative Name field and see if any of those values match the URL you are connecting to. You might need a different certificate to make it work.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide