Java 8 is TLS enabled by default. To be able to use an SSL connection you must enable SSL in the file java.security in Java runtime. The default location of this file is:<JAVA_HOME>\jre<version>\lib\security
1 Open java.security in an editor.jdk.certpath.disabledAlgorithmsjdk.tls.disabledAlgorithmsjdk.tls.legacyAlgorithms
3 Save and close java.security.WebSphere MQ V8 is TLS enabled by default. To be able to use an SSL connection you must enable SSL in the file qm.ini for the queue manager. The default location of this file is:<WSMQ_installation_directory>\qmgrs\<QM_Name>
1 Open qm.ini in an editor.AllowSSLV3=YAllowWeakCipherSpec=ALLYou can also specify a specific cipher instead of ALL. For example, AllowWeakCipherSpec= RC4_MD5_EXPORT
3 Save and close qm.ini.
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |