On Sep 27, 2021, at 5:28 AM, Adrian Smith via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
I am testing EAP TTLS with Android and finding some mixed results.
Using identical WifiConfig on the devices I see an error on some: ... Thu Sep 23 15:01:12 2021 : Debug: (4813) eap_ttls: <<< recv TLS 1.1 [length 0002] Thu Sep 23 15:01:12 2021 : ERROR: (4813) eap_ttls: TLS Alert read:fatal:internal error
Hmm... useful errors. :( TBH I'd suggest using the head of v3.0.x from git, or the packages at http://packages.networkradius.com You're running 3.0.21 or earlier, and 3.0.22 added a lot more TLS debugging messages. So it's much easier to tell what's going on. Right now, all we know is that it's "magic OpenSSL stuff". Alan DeKok.