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 ...
                    • 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 ...
                    • 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 ...
                    • How to monitor SSL Certificate of FTPS server?

                      Two modes to invoke client security in FTPS Explicit mode Implicit mode Explicit mode (Default port 21) - This port shouldn't be used In Explicit mode, an FTPS client must "explicitly request" security from an FTPS server by sending an FTP command ...
                    • 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 ...