On systems with OPENSSL_VERSION_NUMBER < 0x10100000, e.g. CentOS7 with OPENSSL_VERSION_NUMBER 0x100020bf radsecproxy terminates with error, even if there is no attempt setting the tsl/dtls version. in the config file.
The code in
|
debug(DBG_ERR, "error in block %s, setting tls/dtls version requires openssl 1.1.0 or later", val); |
always exits with error on lower openssl version.