Signal
SoupMessage::accept-certificate
Declaration
gboolean
accept_certificate (
  SoupMessage* self,
  GTlsCertificate* tls_peer_certificate,
  GTlsCertificateFlags tls_peer_errors,
  gpointer user_data
)
Description [src]
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.
| Default handler: The default handler is called after the handlers added via  | 
Parameters
- tls_peer_certificate
- 
            Type: GTlsCertificateThe peer’s GTlsCertificate.The data is owned by the caller of the function. 
- tls_peer_errors
- 
            Type: GTlsCertificateFlagsThe tls errors of tls_certificate.