TIBCO ActiveMatrix BusinessWorks™ Plug-in for WebSphere MQ SSLv3 connection issue in TIBCO ActiveMatrix BusinessWorks™ 6.4.x

TIBCO ActiveMatrix BusinessWorks™ Plug-in for WebSphere MQ SSLv3 connection issue in TIBCO ActiveMatrix BusinessWorks™ 6.4.x

book

Article ID: KB0079844

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for IBM MQ 8.5.x

Description


Customer may run into connection issues when trying to use SSLv3 cipher in TIBCO ActiveMatrix BusinessWorks™ 6.4.x.
 BW 6.4.x uses JRE 1.8.0 which use TLS cipher by default and SSLv3 is not longer supported, hence customers may run into this issue.

 

Environment

BW 6.4.x

Resolution

The resolution is to use TLS cipher instead of SSLv3 cipher. Below is the list of some those CipherSpecs in UNIX, Linux, and Windows

TLS 1.0

        TLS_RSA_WITH_AES_128_CBC_SHA
        TLS_RSA_WITH_AES_256_CBC_SHA

TLS 1.2

        ECDHE_ECDSA_AES_128_CBC_SHA256
        ECDHE_ECDSA_AES_256_CBC_SHA384
        ECDHE_ECDSA_AES_128_GCM_SHA256
        ECDHE_ECDSA_AES_256_GCM_SHA384
        ECDHE_RSA_AES_128_CBC_SHA256
        ECDHE_RSA_AES_256_CBC_SHA384
        ECDHE_RSA_AES_128_GCM_SHA256
        ECDHE_RSA_AES_256_GCM_SHA384
        TLS_RSA_WITH_AES_128_CBC_SHA256
        TLS_RSA_WITH_AES_256_CBC_SHA256
        TLS_RSA_WITH_AES_128_GCM_SHA256
        TLS_RSA_WITH_AES_256_GCM_SHA384

 

Issue/Introduction

TIBCO ActiveMatrix BusinessWorks™ Plug-in for WebSphere MQ SSLv3 connection issue in TIBCO ActiveMatrix BusinessWorks™ 6.4.x

Additional Information


https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.sec.doc/q120565_.html#q120565_