TLS failed loading legacy provider
Çağlar Karahan
karahancaglar94 at gmail.com
Thu May 23 15:23:39 UTC 2024
I am working on building FreeRADIUS (v3.2.2) and OpenSSL (v3.3) separately
with cmake files. After compilations done, I am getting an error "Error:
(TLS) Failed loading legacy provider" when run radius server with "radiusd
-Xx".
I also looked with strace command to see any loading issue. It seems that
it does not find the legacy.so library file. I also tried to give rpath
with patchelf command to define the exact path of legacy.so which is
created during openssl compilation. It still looks a different path which
does not include the related legacy provider library (legacy.so).
Do you have any suggestions?
More information about the Freeradius-Users
mailing list