t-vault
t-vault copied to clipboard
EL 8 - Installer does not check for required OpenSSL libraries
Operating system: CentOS 8 JDK: 1.8
Nginx fails to start due to the fact that the libssl.so.10 OpenSSL library is not installed by default on EL 8.
Quck workaround: install the compat-openssl10 package which includes the required OpenSSL libraries.
dnf install compat-openssl10
Suggested fix: Check if the OS is EL 8 (CentOS 8, RHEL 8, etc), and if so, check if the required OpenSSL libraries are available.