This specifies the comma-separated list of TLS protocols that
are permissible for TLS-based EAP types. Currently supported protocols
are:
- TLSv1
- TLSv1.1
- TLSv1.2
- TLSv1.3
CAUTION
TLSv1.3 is not enabled by default with
Radiator yet. Testing reports are welcome. Net::SSLeay 1.83 or later
is required if you use Radiator with SSL/TLS library that has TLSv1.3
enabled. Net::SSLeay 1.92 or later is recommended.
There is no default value. If this parameter is not set, all
protocols, which are supported by the SSL/TLS library within Radiator,
except of TLSv1.3, are permitted.
The available TLS protocols depend
on your system's TLS library. See Radiator debug log for details when the
first EAP message is processed by this AuthBy.
# Do not allow TLSv1
EAPTLS_Protocols TLSv1.1, TLSv1.2