NZE-29046: Session is resumable
Cause: Server is trying to resume a session with different session parameters.
Action: Server should resume the session with the correct session parameters.
NZE-29046: Session is resumable
Cause: Server is trying to resume a session with different session parameters.
Action: Server should resume the session with the correct session parameters.
NZE-29045: Renegotiation request has been refused
Cause: A renegotiated handshake has been refused by the peer.
Action: Enable tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29044: Renegotiation has already been requested
Cause: Renegotiation has already been requested.
Action: Enable tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29043: Read is required
Cause: Renegotiation with the peer has not yet started. There is application data which must be processed before the handshake can proceed.
Action: Enable tracing and attempt the connection again. Contact Oracle customer support with the trace output.
NZE-29042: Read buffer is not empty
Cause: There is an attempt to free a read buffer that is not empty.
Action: None
NZE-29041: The callback is NULL
Cause: A NULL callback was passed.
Action: None
NZE-29040: There are no supported cipher suites
Cause: This end of the handshake cannot support any cipher suites. This connection and the peer have some matching cipher suites, however, these cipher suites cannot be negotiated because they cannot be supported by the connection.
Action: Check to ensure that both sides of the handshake select cipher suites that are supported by the connection. Refer to Oracle documentation for supported cipher suites.
NZE-29039: There are no matching cipher suites
Cause: Neither end of the handshake can agree on a cipher suite.
Action: Check to ensure that both sides of the handshake select cipher suites that are supported.
NZE-29038: There are no matching certificates
Cause: The other client or server sent a certificate message that contained a certificate which was not signed by a trusted certificate authority (CA).
Action: Check to ensure that the other client or server sends a certificate which is signed by a CA that is in your trusted list. Or, include the CA certificate for the other client or server’s certificate as a trustpoint in your wallet.
NZE-29037: No certificate is present
Cause: The other client or server sent a certificate message that contained no certificates.
Action: Check the other side (client or server) to ensure they have appropriate credentials.