Skip to main content
Version: 3.14.x.x LTS

OSSL

The next table lists all error codes related to OpenSSL.

MajorMinorMessageDetails
OSSL0001unknown protocol.An unknown or unsupported SSL protocol has been configured. Check your configuration (in particular the HttpsConnectorServlet in the file web.xml), or contact support.
0002no protocol set.No SSL protocol has been configured for an SSL method. Contact support.
0003SSLv2 protocol is no longer supported.The SSLv2 protocol is no longer supported for security reasons. Check your configuration (in particular the HttpsConnectorServlet in the file web.xml), or contact support.
0004no protocol set.No SSL protocol has been configured for an SSL option. Contact support.
0005OpenSSL-failure.An SSL error occurred during the handshake between the proxy and a backend. Check the log file for further information.
0006nevis_ssl_sock_read: Exception caught.An error occurred while reading from the SSL socket. Contact support.
0007nevis_ssl_sock_write: Exception caught.An error occurred while writing to the SSL socket. Contact support.