I'm trying to create a SSL connection between Tibco and a specific queue channel. I've created a self signed certificate and provided the client wit the key and configured the channel with SSLCIPH.
But the connection does not work and we get the following error
AMQ9639E: Remote channel 'UAT.SVRCONN.XXX.01' did not specify a CipherSpec.
but this is done by following cmd
ALTER CHANNEL(UAT.SVRCONN.XXX.01) CHLTYPE(SVRCONN) TRPTYPE(TCP) SSLCIPH(TLS_RSA_WITH_AES_128_CBC_SHA256) MCAUSER('XXX') SSLCAUTH(REQUIRED)
------------------------------
Ilhan Yavuz
------------------------------