IBMStreams streamsx.elasticsearch Toolkit > com.ibm.streamsx.elasticsearch 2.1.10 > Troubleshooting SSL connection problems
If you encounter problems connecting to an SSL/TLS server, use the following parameters to diagnose the problem.
NOTE: these parameters should only be used for debugging purposes, and must not be used in production environments as they constitute serious security holes.
You can list the trusted certificate authorities in your Java runtime by using the keytool command, for example:
keytool -keystore "$JAVA_HOME/jre/lib/security/cacerts" -list -storepass changeit
sslVerifyHostname in case the certificate chain is valid, but the certificate does not contain the hostname of the server you can use this parameter to temporarily disable hostnam verification.