Skip to content

Radsecproxy 1.9.0 terminates with "setting tls/dtls version requires openssl 1.1.0 or later" #82

@frank499

Description

@frank499

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions