-
Sub-task
-
Resolution: Unresolved
-
P4
-
None
-
None
-
None
We have this exception message which doesnt specify which certificate chain is failing:
javax.net.ssl|SEVERE|69|Thread-32|2024-05-28 13:24:42.817 EDT|TransportContext.java:369|Fatal (CERTIFICATE_UNKNOWN):
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target (...
Just before this exception, can print which certificate chain is not found from truststore.
e.g.
certpath: unable to find valid certification path to requested target <SN: xxxx> from <truststore name>
javax.net.ssl|SEVERE|69|Thread-32|2024-05-28 13:24:42.817 EDT|TransportContext.java:369|Fatal (CERTIFICATE_UNKNOWN):
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target (...
Just before this exception, can print which certificate chain is not found from truststore.
e.g.
certpath: unable to find valid certification path to requested target <SN: xxxx> from <truststore name>