HTTPS tests fail with the following message in the jcollector.log:
javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_name
Supported SRM 5.9 platforms monitoring an HTTPS URL.
Java 7 has certain security enhancements called "Server Name Indication" (SNI). The client (in this case the SRM AIM) must receive a matching hostname from the web server (or virtual web host). If not, Java will not make the connection and throw the SSLProtocolException as noted above.
Ensure that the target Web Server is configured properly. This will differ based on each environment. However, Apache HTTPD would likely require updates to ServerAlias and/or ServerName within the appropriate *.conf file(s).
Java 7 Security Enhancements including "Server Name Indication" (SNI)