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