14 Dec
2022
14 Dec
'22
8:39 a.m.
On Wed, 14 Dec 2022, 18:29 Alan DeKok, <aland@deployingradius.com> wrote:
That seems pretty clear. The protocol versions don't match.
a) allow TLS 1.2 in FreeRADIUS
b) force wpa_supplicant 2.10 to use TLS 1.3
c) upgrade wpa_supplicant to a version (from git) which supports TL 1.3.
Pick one. (b) might not work, but (a) or (c) definitely work
Alan Dekok.
a works, but I'm trying to get Tls 1.3 connections only. Supplicant 2.10 supports tls 1.3 according to their documentations. The protocol version doesn't match---> I have a question here, it seems the server received a 1.3 handshake, but returned a 1.2 alert? What might be causing that?