Clemens Famulla-Conrad changed bug 1183518
What Removed Added
Flags needinfo?(cfamullaconrad@suse.com)  

Comment # 17 on bug 1183518 from
Hi Jonathan,

I think it is about the used TLS version 1. Is there any reason why you stick
to that old version?

When I try to use a wpa_supplicant configuration looks like the following,
which let only tlsv1 enabled.

> network={
>        ssid="***EAP_SSID***"
>        scan_ssid=1
>        mode=0
>        key_mgmt=WPA-EAP
>        eap=PEAP
>        identity="tester"
>        phase1="tls_disable_tlsv1_1=1 tls_disable_tlsv1_2=1 tls_disable_tlsv1_3=1"
>        phase2="auth=MSCHAPV2"
>        password="****"
>}

I see at least the same errors in my log as you see.

Q: Do you set the TLS version for reason?


You are receiving this mail because: