2392 (0958) (RC2392): MQRC_SSL_CONFIG_ERROR


Explanation

On an MQCONNX call, the MQCNO structure does not specify the MQSCO structure correctly. One of the following applies:

  • SSLConfigOffset is nonzero and SSLConfigPtr is not the null pointer.
  • SSLConfigPtr is not a valid pointer.
  • SSLConfigOffset or SSLConfigPtr points to storage that is not accessible.


Completion code

MQCC_FAILED


Programmer response

Ensure that one of SSLConfigOffset or SSLConfigPtr is zero and the other nonzero. Ensure that the field used points to accessible storage.

Parent topic: API reason codes