/storage/var/loginsight/runtime.log
or /storage/var/loginsight/ui_runtime.log file
, you see entries similar to:[thread/10.x.x.x ERROR] [com.vmware.loginsight.vcopssuite.VcopsSuiteApiRequest] [failed to post resource to vRealize Operations Manager]
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
/storage/var/loginsight/runtime.log
or /storage/var/loginsight/ui_runtime.log
file, you see entries similar to:[thread/10.x.x.x ERROR] [com.vmware.loginsight.vsphere.client.VimClient] [Exception while consuming connection: com.sun.xml.internal.ws.client.ClientTransportException: HTTP transport error: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake]
VMware vRealize Log Insight 2.5 and 3.0 support connections to remote TLS v1.0 servers out of the box. However additional configuration is required to enable support for TLS v1.1 and TLS v1.2.
To enable outbound connections to TLS v1.1 and TLS v1.2 servers, modify two shell scripts on each vRealize Log Insight cluster node:
root
.apache-tomcat-version/bin
diirectory.cd /usr/lib/loginsight/application/3rd_party/apache-tomcat-7.0.57/bin/
cd /usr/lib/loginsight/application/3rd_party/apache-tomcat-6.0.36/bin/
export CATALINA_OPTS="$CATALINA_OPTS -Dhttps.protocols=TLSv1.1,TLSv1.2 -Ddeployment.security.TLSv1=false"
STRATA_JAVA_OPTS="$STRATA_JAVA_OPTS -Dhttps.protocols=TLSv1.1,TLSv1.2 -Ddeployment.security.TLSv1=false"
loginsight
service using the command:
service loginsight restart