mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/freeradius: Reduce TLS min version to 1.0
Older Android devices (e.g. 5.1.1 and 7.0) do not work with TLS 1.2 for EAP authentication. Signed-off-by: Micha M <contact-micha+github@posteo.de>
This commit is contained in:
@@ -453,7 +453,7 @@ eap {
|
||||
#
|
||||
# The values must be in quotes.
|
||||
#
|
||||
tls_min_version = "1.2"
|
||||
tls_min_version = "1.0"
|
||||
tls_max_version = "1.2"
|
||||
|
||||
# Elliptical cryptography configuration
|
||||
|
||||
Reference in New Issue
Block a user