Skip to content

Commit 7efa4fe

Browse files
committed
allow TLS 1.2, and use "autheap=MSCHAPv2"
otherwise eapol_test complains with TLS: Unsupported Phase2 EAP method 'MSCHAPv2'
1 parent fdfe510 commit 7efa4fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tests/eap-teap-mschap-x2.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#
2-
# eapol_test -c eap-teap-mschapv2.conf -s testing123
2+
# eapol_test -c eap-teap-mschap-x2.conf -s testing123
33
#
44
network={
55
key_mgmt=IEEE8021X
66
eap=TEAP
77

88
anonymous_identity="anonymous"
9-
phase1="teap_compat=freeradius,tls_disable_tlsv1_0=1 tls_disable_tlsv1_1=1 tls_disable_tlsv1_2=1 tls_disable_tlsv1_3=0"
9+
phase1="teap_compat=freeradius,tls_disable_tlsv1_0=1 tls_disable_tlsv1_1=1 tls_disable_tlsv1_2=0 tls_disable_tlsv1_3=0"
1010
ca_cert="../../raddb/certs/ca.pem"
1111

1212
#
@@ -21,5 +21,5 @@ network={
2121
#
2222
machine_identity="machine"
2323
machine_password="machine"
24-
machine_phase2="auth=MSCHAPv2"
24+
machine_phase2="autheap=MSCHAPv2"
2525
}

0 commit comments

Comments
 (0)