setUseSystemCertdb

open fun setUseSystemCertdb(useSystemCertdb: Boolean)

Sets whether @conn uses the system certificate database to verify peer certificates. This is true by default. If set to false, then peer certificate validation will always set the %G_TLS_CERTIFICATE_UNKNOWN_CA error (meaning #GTlsConnection::accept-certificate will always be emitted on client-side connections, unless that bit is not set in #GTlsClientConnection:validation-flags).

Parameters

useSystemCertdb

whether to use the system certificate database