: Subject nane of signer cert does not match issuer name of supplied cert chain
Hi Folks,
Last weekend our Portal Production server got some issue, related to the Certificate problem.
Caused by: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Subject nane of signer cert does not match issuer name of supplied cert chain
at com.ibm.jsse2.bx.a(bx.java:14)
at com.ibm.jsse2.by.a(by.java:147)
at com.ibm.jsse2.by.a(by.java:202)
at com.ibm.jsse2.w.a(w.java:206)
at com.ibm.jsse2.w.a(w.java:280)
at com.ibm.jsse2.v.a(v.java:184)
at com.ibm.jsse2.by.a(by.java:193)
at com.ibm.jsse2.by.l(by.java:257)
…
…
Just to share a abit…
If you find this error, you might need to check whether the Certificate that is installed at the server side valid (or even broken) or not. Be noticed that you will not know the validity of the certificate by using the browser to view certificate. This is seen only by the Java code.
Then, after replacing this certificate, our problem was solved.
Cheers!
leave a comment