Emitted during the msg
's connection TLS handshake when tls_connection
requests a certificate password from the
client.
You can set the certificate password on password
, then call [[email protected]_client_certificate_password_request_complete
] and return true to handle the signal synchronously. It's possible to handle the request asynchornously
by calling [[email protected]] on password
, then returning true and call [
[email protected]_client_certificate_password_request_complete] later after setting the password on password
. Note that this
signal is not emitted if [property@Session:tls-interaction] was set.
tls_password |
the TlsPassword |
true to handle the request, or false to make the connection fail with g_tls_error_certificate_required. |