SSLContext not available in RSA enVision
2 years ago
Originally Published: 2015-10-11
Article Number
000050518
Applies To
RSA Product Set: enVision
RSA Product/Service Type: enVision Core
RSA Version/Condition: 4.1
Issue
Unable to access Web UI.

Web server is not listening on port 8443.

pi_webserver.log shows:
Oct 10, 2015 8:45:59 AM org.apache.coyote.http11.Http11Protocol:SEVERE: Error starting endpoint
java.io.IOException: TLSv1, TLS1.1, TLSv1.2 SSLContext not available
Oct 10, 2015 8:45:59 AM org.apache.catalina.core.StandardService:SEVERE: Failed to start connector [Connector[HTTP/1.1-8443]]
LifecycleException:  service.getName(): "Catalina";  Protocol handler start failed: java.io.IOException: TLSv1, TLS1.1, TLSv1.2 SSLContext not available
Resolution
Do the following to modify SSL protocol setting:
  1. Stop NIC Web Server service.
  2. Open E:\nic\4100\sitename\conf\server.xml in Notepad.
  3. Change the value of sslProtocols from "TLSv1, TLSv1.1, TLSv1.2" to "TLS".
  4. Start NIC Web Server service.