From: Michael Tremer Date: Fri, 23 Apr 2021 16:02:58 +0000 (+0000) Subject: conf: Remove option to disable SSL certificate validation X-Git-Tag: 0.9.28~1285^2~237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32e04ea558f0394bbfddc6478f46e8c7c9e2240d;p=pakfire.git conf: Remove option to disable SSL certificate validation This is always enabled. Don't even think about it. Signed-off-by: Michael Tremer --- diff --git a/contrib/config/general.conf b/contrib/config/general.conf index 6f2b8625e..b578acd95 100644 --- a/contrib/config/general.conf +++ b/contrib/config/general.conf @@ -11,9 +11,6 @@ # use the environment settings. #proxy = http://192.168.180.1:800 -# Verify SSL certificates? -#verify = true - [signatures] # Sets the mode of the signature verification. # Possible options: strict, permissive, disabled.