signal callback delegate or function to connect
bool callback(gio.tls_certificate.TlsCertificate tlsPeerCertificate, gio.types.TlsCertificateFlags tlsPeerErrors, soup.server_message.ServerMessage serverMessage)
tlsPeerCertificate the peer's #GTlsCertificate (optional)
tlsPeerErrors the tls errors of tls_certificate (optional)
serverMessage the instance the signal is connected to (optional)
Returns true to accept the TLS certificate and stop other handlers from being invoked, or false to propagate the event further.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to AcceptCertificate signal.
Emitted during the msg's connection TLS handshake after client TLS certificate has been received. You can return true to accept tls_certificate despite tls_errors.