2400 (0960) (RC2400): MQRC_UNSUPPORTED_CIPHER_SUITE
Explanation
A connection to a queue manager was requested, specifying TLS encryption. However, JSSE reported that it does not support the CipherSuite specified by the application.
This reason code occurs only with Java applications.
Completion code
MQCC_FAILED
Programmer response
Check the CipherSuite specified by the application. Note that the names of JSSE CipherSuites differ from their equivalent CipherSpecs used by the queue manager.
Also, check that JSSE is correctly installed.
Parent topic: API reason codes