hi,
look at your logs:
(197) eap_peap: <<< recv TLS 1.3 [length 0062]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(197) eap_peap: >>> send TLS 1.0 Alert [length 0002], fatal protocol_version
now look at your config
tls_min_version = "1.0"
tls_max_version = "1.2"
^^^^^^^^^^^^^^^^^^
is that the hint you needed?
alan