-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
On a recently fresh installation of Rocky Linux I often get disconnected like:
# console n061901
[Enter `^Ec?' for help]
console: FileRead(): SSL error on fd 3
# echo $?
0
This is both the case with 8.2.2-4 provided by EPEL as well as a self-compiled 8.2.6 from a customized SPEC file.
Currently, this version of OpenSSL is installed:
# yum list installed | grep openssl
openssl.x86_64 1:1.1.1k-5.el8_5 @baseos
openssl-devel.x86_64 1:1.1.1k-5.el8_5 @baseos-85
openssl-libs.x86_64 1:1.1.1k-5.el8_5 @baseos
openssl-pkcs11.x86_64 0.4.10-2.el8 @baseos
Disabling SSL support during compilation only removes the error message but still disconnects:
# console n061901
[Enter `^Ec?' for help]
# echo $?
0
Any thoughts where to start debugging? If necessary I can share my configuration.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels