From: Alan T. DeKok Date: Sat, 1 Feb 2025 21:00:34 +0000 (-0500) Subject: allow TLS 1.2, and use "autheap=MSCHAPv2" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7efa4fe5f50cc7445d59853a6c98e7177c4f6ad7;p=thirdparty%2Ffreeradius-server.git allow TLS 1.2, and use "autheap=MSCHAPv2" otherwise eapol_test complains with TLS: Unsupported Phase2 EAP method 'MSCHAPv2' --- diff --git a/src/tests/eap-teap-mschap-x2.conf b/src/tests/eap-teap-mschap-x2.conf index 8839de7d41..1f97aeaab5 100644 --- a/src/tests/eap-teap-mschap-x2.conf +++ b/src/tests/eap-teap-mschap-x2.conf @@ -1,12 +1,12 @@ # -# eapol_test -c eap-teap-mschapv2.conf -s testing123 +# eapol_test -c eap-teap-mschap-x2.conf -s testing123 # network={ key_mgmt=IEEE8021X eap=TEAP anonymous_identity="anonymous" - phase1="teap_compat=freeradius,tls_disable_tlsv1_0=1 tls_disable_tlsv1_1=1 tls_disable_tlsv1_2=1 tls_disable_tlsv1_3=0" + phase1="teap_compat=freeradius,tls_disable_tlsv1_0=1 tls_disable_tlsv1_1=1 tls_disable_tlsv1_2=0 tls_disable_tlsv1_3=0" ca_cert="../../raddb/certs/ca.pem" # @@ -21,5 +21,5 @@ network={ # machine_identity="machine" machine_password="machine" - machine_phase2="auth=MSCHAPv2" + machine_phase2="autheap=MSCHAPv2" }