Slow Applet Launch Times in Internet-Free Environment with an Internal CRL Configured
(Doc ID 2366115.1)
Last updated on MARCH 31, 2023
Applies to:
Java SE JDK and JRE - Version 8 to 10Information in this document applies to any platform.
Symptoms
Applet loading takes a very long time in an environment with no internet access. This issue may also cause the Oracle Forms applet to fail at launch.
Because there is no internet access, Revocation Checking is set to an internal CRL by the Deployment property deployment.security.validation.crl.url, which is set to a valid URL for an internal CRL. The deployment.security.validation.crl.url property being set to a valid URL should avoid the certificate's CRL location check and the external connection attempt associated with it. However, the Java Plugin trace shows that the Java Plugin attempts a connection to the certificate's external CRL, even though it already connected to the internal CRL location.
Eample:
System deployment.properties file contains:
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |