tmnxTlsFailureReason
OBJECT-TYPE
1.3.6.1.4.1.6527.3.1.2.107.10.11
Description
The value of the object tmnxTlsFailureReason indicates the reason for the TLS connection failure: lackOfResources - Out of memory condition encountered during creation of the TLS connection, profileNotOperational - server or client TLS profile used by the TLS connec- tion is not operational - might be administratively down, have not got any operational cert profile or trust anchor, invalidCertificate - certificate received during the TLS handshake from a peer can not be verified. Exact reason can be found in tmnxAppPkiCertVerificationFailed notification, handshakeFailure - TLS handshake failed because there was no common cipher, TLS version mismatch or peer rejected our certificate, badPacket - An unexpected or corrupted packet was received, renegotiationFailure - A failure occurred during a renegotiation. The reason may be one of the reasons mentioned for handshakeFailure or profileNotOperational.
Syntax
INTEGER { lackOfResources (0), profileNotOperational (1), invalidCertificate (2), handshakeFailure (3), badPacket (4), renegotiationFailure (5) }