Session.setTlsInteraction
void setTlsInteraction(gio.tls_interaction.TlsInteraction tlsInteraction = null)Set a gio.tls_interaction.TlsInteraction to be used by session on new connections.
If tls_interaction is null then client certificate validation will always fail.
See soup.session.Session.tlsInteraction for more information.
Parameters
tlsInteraction | a #GTlsInteraction |