SSL/5/SSL_KEY_UPDATE_FAIL: TLS1.3 key update failed. (Key update reason = [KeyupdateReason], Key update time = [CurrentSystemTime], FailReason = [FailReason], ErrorCode = [ErrorCode], AppCid = [AppCid], VerifyMode = [VerifyMode], TlsId = [TlsId], SockFd = [SockFd])
In VS mode, this log is supported only by the admin VS.
Parameter Name | Parameter Meaning |
---|---|
KeyupdateReason |
The key update reason. |
CurrentSystemTime |
The key update time. |
FailReason |
Failure cause. The options are as follows: -·The·SSL·connection·is·shutdown: The SSL connection has been disconnected. -·The·peer·end·does·not·support·key·update: The peer end does not support key updates. |
ErrorCode |
Error code. |
AppCid |
Component ID. |
VerifyMode |
Authentication mode. |
TlsId |
SSL policy ID. |
SockFd |
Socket handle. |
Cause 1: The SSL connection is shutdown.
Cause 2: The peer end does not support key update.