From: Quentin Rameau Date: Wed, 18 Nov 2015 17:44:25 +0000 (+0100) Subject: Manage ssl errors with GTlsCertificateFlags X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=58c4e189758d829c418bd3a0e30646e533131487;hp=58c4e189758d829c418bd3a0e30646e533131487;p=surf.git Manage ssl errors with GTlsCertificateFlags Keep a GTlsCertificateFlags in Client for TLS errors. If we don't use a ssl connection, set it to a value greater than maximum error flag value (which is G_TLS_CERTIFICATE_VALIDATE_ALL for all possible errors). ---