mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
firmware: TLS 1.3 works now on our mirrors so limit to this one
This commit is contained in:
parent
4e4f28bf09
commit
f6d8a2d834
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user