Emitted during the msg
's connection TLS handshake after an unacceptable TLS certificate has been received.
You can return true to accept tls_certificate
despite tls_errors
.
tls_peer_certificate |
the peer's TlsCertificate |
tls_peer_errors |
the tls errors of |
true to accept the TLS certificate and stop other handlers from being invoked, or false to propagate the event further. |