signal callback delegate or function to connect
bool callback(gio.tls_certificate.TlsCertificate tlsPeerCertificate, gio.types.TlsCertificateFlags tlsPeerErrors, soup.message.Message message)
tlsPeerCertificate the peer's #GTlsCertificate (optional)
tlsPeerErrors the tls errors of tls_certificate (optional)
message 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 an unacceptable TLS certificate has been received.
You can return true to accept tls_certificate despite tls_errors.