Unable to update

izzie

Verified User
Joined
Dec 16, 2020
Messages
7
I'd like to update some stuff because I noticed through the custombuild plugin that the MariaDB is EOL

However, this happens:

[root@vps17811 custombuild]# ./build versions
nginx_apache webserver does not support 'modern' ssl_configuration option due to lack of support of TLSv1.3 in OpenSSL package on CentOS/RHEL/CloudLinux 7.
[root@vps17811 custombuild]# ./build update_versions
nginx_apache webserver does not support 'modern' ssl_configuration option due to lack of support of TLSv1.3 in OpenSSL package on CentOS/RHEL/CloudLinux 7.
[root@vps17811 custombuild]#

Already ran centos updates but can't find threads related to this message.

Can anyone point me in the right direction?
 
ssl_configuration
look like you use base operation system that doesn't support tls1.3 ( need openssl 1.1.1 )

try set to intermediate with custombuild 2.0
 
Back
Top