目前在WebSphere上的SSL Keystore將下面的憑證設定進去了
CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net
Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.),
O=Entrust.net
一開始是正常可以連線的,但是過了一兩天後就會出現
javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.j: PKIX path building
failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl
could not build a valid CertPath.; internal cause is:
java.security.cert.CertPathValidatorException: The certificate issued
by CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net
Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.),
O=Entrust.net is not trusted; internal cause is:
java.security.cert.CertPathValidatorException: Certificate chaining
error
這期間也沒有對WebShpere做什麼事,就突然不被信任了...
想請問有人有遇過類似的問題嗎