trying to set up Queue Connection factory on WAS 7 and 8.5.5 with SSL
MQ channel cipherspec is tls_rsa_with_aes_128_cbc_sha256.
but whenever I try specifying the respective suit on WAS as ssl_rsa_with_aes_128_cbc_sha256 , I get a MQSC_UNSUPPORTED_CIPHER_SUITE.
cipher tls_rsa_with_aes_128_cbc_sha works just fine .( not SHA256 )
I have tried enabling TLSv1.2 on WAS.
tried insataling unristricted jars as well.
what am I missing ?? looking forward to hear .. -AJ