You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dočasným řešením může být přidání parametru tls_max_version = "1.2" do konfiguračního souboru eap.
diff --git a/ansible-freeradius/templates/eap.j2 b/ansible-freeradius/templates/eap.j2
index 0ad959d..c878c33 100644
--- a/ansible-freeradius/templates/eap.j2
+++ b/ansible-freeradius/templates/eap.j2
@@ -173,6 +173,7 @@ eap {
# ANYONE who has a certificate signed by them can
# authenticate via EAP-TLS! This is likely not what you want.
tls-config tls-common {
+ tls_max_version = "1.2"
{% if eduroam.EAP is defined %}
{% if eduroam.EAP.private_key_password is defined %}
private_key_password = {{ eduroam.EAP.private_key_password }}
The text was updated successfully, but these errors were encountered:
Pokus o ověření:
V logu radiusu je pak vidět:
Dočasným řešením může být přidání parametru tls_max_version = "1.2" do konfiguračního souboru eap.
The text was updated successfully, but these errors were encountered: