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.