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.

This reason code occurs in the following environments: AIX®, HP-UX, Solaris, Windows.

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.