Channel SSL Warning

Event name: Channel SSL Warning.
Reason code in MQCFH: MQRC_CHANNEL_SSL_WARNING (2552, X'9F8').
Channel SSL Warning.
Event description: This condition is detected when a channel using Transport Layer Security (TLS) experiences a problem that does not cause it to fail to establish a TLS connection. ReasonQualifier identifies the nature of the event.
Event type: SSL.
Platforms: All.
Event queue: SYSTEM.ADMIN.CHANNEL.EVENT.


Event data

    QMgrName

    Description: Name of the queue manager generating the event.
    Identifier: MQCA_Q_MGR_NAME.
    Data type: MQCFST.
    Maximum length: MQ_Q_MGR_NAME_LENGTH.
    Returned: Always.

    ReasonQualifier

    Description: Identifier that qualifies the reason code.
    Identifier: MQIACF_REASON_QUALIFIER.
    Data type: MQCFIN.
    Values:

      MQRQ_SSL_UNKNOWN_REVOCATION
      An OCSP responder returned a response of Unknown. IBM MQ is configured to produce warnings but allow the connection to continue.

    Returned: Always.

    ChannelName

    Description: Channel Name.
    Identifier: MQCACH_CHANNEL_NAME.
    Data type: MQCFST.
    Maximum length: MQ_CHANNEL_NAME_LENGTH.
    Returned: The ChannelName might not be available if the channel has not yet got far enough through its start-up process, in this case the channel name will not be returned. Otherwise always.

    XmitQName

    Description: Transmission queue name.
    Identifier: MQCACH_XMIT_Q_NAME.
    Data type: MQCFST.
    Returned: For sender, server, cluster-sender and cluster-receiver channels only.

    ConnectionName

    Description: If the channel has successfully established a TCP connection, this is the Internet address. Otherwise it is the contents of the ConnectionName field in the channel definition.
    Identifier: MQCACH_CONNECTION_NAME.
    Data type: MQCFST.
    Maximum length: MQ_CONN_NAME_LENGTH.
    Returned: The ConnectionName may not be available if the channel has not yet got far enough through its start-up process, in this case the connection name will not be returned. Otherwise always.

Parent topic: Event message descriptions