On Apr 19, 2025, at 10:33 AM, Dominic Stalder <dominic.stalder@bluewin.ch> wrote:
Maybe any idea / recommendations on the „threading error“ while starting freeradius with the new TLS configuration? ...
Follow up on the radsec configuration: I configured /etc/freeradius/sites-available/tls but get the following error while starting freeradius in debug mode (see debug output below):
/etc/freeradius/sites-enabled/tls[44]: Threading must be enabled for TLS sockets to function properly /etc/freeradius/sites-enabled/tls[44]: You probably need to do 'radiusd -fxx -l stdout' for debugging
I checked the global freeradius daemon configuration and threading shoudl be enabled: /etc/freeradius/radiusd.conf
When you use -X, that also sets the "no threads" flag. Use -fxx -l stdout instead, as the debug output suggests. Alan DeKok.