When the SSL port is used to monitor the Apache server, the server goes down. What could be the reason?

When the SSL port is used to monitor the Apache server, the server goes down. What could be the reason?

Look for the following errors in the logs:

javax.net.ssl.SSLProtocolException: handshake alert:  unrecognized_name 

[02 Dec 2016 17:40:07:204] SYS_ERR: at sun.security.ssl.ClientHandshaker.handshakeAlert(Unknown Source)

[02 Dec 2016 17:40:07:204] SYS_ERR: at sun.security.ssl.SSLSocketImpl.recvAlert(Unknown Source)

[02 Dec 2016 17:40:07:204] SYS_ERR: at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)

[02 Dec 2016 17:40:07:204] SYS_ERR: at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)

[02 Dec 2016 17:40:07:204] SYS_ERR: at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)

If it’s present then enable the system property "-Djsse.enableSNIExtension=false" in  wrapper.conf Or StartApplicationsManager.bat/sh

                  New to ADSelfService Plus?

                    • Related Articles

                    • Troubleshooting - Apache Solr

                      To troubleshoot Apache Solr Monitor, follow the below steps: Verify Accessibility: Ensure that the Apache Solr instance is accessible from the Applications Manager server. Check Host and Port: Make sure you’ve entered the correct host and port number ...
                    • Troubleshooting - Apache Server

                      Troubleshooting - Apache Server monitor If you're encountering issues in Apache Server monitor in Applications Manager, follow these steps to diagnose and resolve the problem: 1. Verify the Server is an Apache Server: Open Command Prompt on the ...
                    • Mail Server Monitor - Troubleshooting

                      Common Mail Server Monitor Errors and Troubleshooting Guide 1. Unknown Host Error Description: This error occurs when the mail client cannot resolve the hostname of the mail server to an IP address. The issue typically arises from DNS resolution ...
                    • How to monitor SSL Certificate of FTPS server?

                      To monitor the SSL certificate of an FTPS server, Implicit mode is the recommended method. In this mode, the connection is automatically encrypted as soon as the client connects, making it ideal for monitoring SSL certificates. Implicit Mode (Default ...
                    • UDP Port Monitor - Troubleshooting

                      How do we monitor UDP Port? UDP is a connectionless protocol which doesn't send any acknowledgement on connecting to the UDP port like TCP. When UDP port is not open system will send ICMP port unreachable message. The Issue is when the UDP port is ...