[ Version ( since = "1.6" ) ]
public virtual signal bool accept_certificate (TlsConnection connection, TlsCertificate peer_cert, TlsCertificateFlags errors)
Emitted during the TLS handshake after the client certificate has been received.
See also set_tls_authentication_mode.
connection |
a TlsConnection |
peer_cert |
the peer's TlsCertificate |
errors |
the problems with |
true to accept |