2021-06-19T12:15:02 Auth: (28) Login incorrect (eap_tls: (TLS) Alert write:fatal:protocol version): [ledPrinter/<via Auth-Type = eap>] (from client Wavelength port 0 cli 0C-96-E6-2B-78-59) 2021-06-19T12:15:02 ERROR: (28) eap_tls: ERROR: (TLS) Server : Error in error 2021-06-19T12:15:02 ERROR: (28) eap_tls: ERROR: (TLS) Alert write:fatal:protocol version
Did you also apply the latest hotfix 21.1.7_1?
it is in /usr/local/etc/raddb/mods-enabled/eap. It is not there by default. But maybe the ecdh_curve or the cipher_list changed.
it is tls_min_version and tls_max_version. Valid values are: 1.0, 1.1, 1.2 and 1.3.
What is the setting of the cipher_list and the ecdh_curve?
The tls_min_version did the trick. It looks like freeradius increased the default min version to 1.2, and this broke my setup. Unfortunately, I cannot influence my printer's firmware. Despite being updated a few days ago, it seems to be stucked in 1.0. But I am happy with this workaround.
Thanks a lot KHE for your help.