firmware: TLS 1.3 works now on our mirrors so limit to this one

This commit is contained in:
Franco Fichtner 2023-12-18 11:46:43 +01:00
parent 4e4f28bf09
commit f6d8a2d834

View File

@ -97,10 +97,11 @@ if [ -n "${DO_RANDOM}" ]; then
sleep ${DO_RANDOM#"-r "}
fi
# business mirror compliance requires disabling the use of TLS 1.0 and 1.1
# business mirror compliance requires disabling the use of TLS below 1.3
if [ -n "$(opnsense-update -x)" ]; then
export SSL_NO_TLS1="yes"
export SSL_NO_TLS1_1="yes"
export SSL_NO_TLS1_2="yes"
fi
if [ -z "${DO_UNLOCKED}" ]; then