summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--methods/connect.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/connect.cc b/methods/connect.cc
index 1a95e2597..47e9e15d4 100644
--- a/methods/connect.cc
+++ b/methods/connect.cc
@@ -668,6 +668,7 @@ bool UnwrapTLS(std::string Host, std::unique_ptr<MethodFd> &Fd,
? "No certificates available. Try installing ca-certificates."
: gnutls_strerror(err));
}
+ else
{
// CA location has been set, use the specified one instead
gnutls_certificate_set_verify_flags(tlsFd->credentials, GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT);