This incident type usually occurs when there is a failure in the SSL Handshake process between a client and server running on a Tomcat web server. This can happen for various reasons such as incorrect SSL certificate configuration, cipher suite mismatches, or network connectivity issues. When this type of incident is not resolved quickly, it can lead to downtime or service disruptions for users trying to access the affected service.
Parameters
Debug
Check if Tomcat service is running
Check Tomcat server.xml file for SSL configuration
Check if SSL certificate is valid and not expired
Check if SSL certificate is configured correctly
Check if cipher suites are configured correctly
Check network connectivity between client and server
Check firewall rules to ensure they are not blocking SSL traffic
Repair
Check the SSL certificate configuration and make sure that it is valid and properly installed on the server.
Verify that the cipher suites used by the client and server are compatible and properly configured. If necessary, update the cipher suite configuration on either the client or server to match the other.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.