Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Failed to validate certificate - running javaws to access Cisco CIMC

dave carvalhoMar 13 2024 — edited Mar 13 2024

Hello.

I'm not able to access Cisco CIMC even from older browsers (requires flash), so I have to rely on SSH. I'd like to have this functionality again. Using a direct https link with the appropriate authentication tokens, I am able to download a jnlp application, which then I open with javaws, but I get: Failed to validate certificate. The application will not be executed.

The details show:

sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: denyAfter constraint check failed: SHA1 used with Constraint date: 2019-01-01; params date: 2024-03-13T11:51:11.012Z used with certificate: CN=DigiCert Assured ID Code Signing CA-1, OU=www.digicert.com, O=DigiCert Inc, C=US

In java control (JRE 1.8.0_401-b10) I already added my destination.IP:address to the “Exception Site List”, but sill, I get the same error.

Of course this is a self signed certificate on the server.

I also disabled “Perform signed code certificate revocation checks” and “Perform TLS certificate revocation checks” on java control panel. Same result. Then I also added the certificate in all possible certificate types in the “Manage Certificates” security tab. Still no luck.

How can I run this application without performing the certificate validation?

Thanks and regards.

Comments

Post Details

Added on Mar 13 2024
2 comments
1,480 views