DEV Community

Discussion on: How to enable TLS 1.3 in Nginx with OpenSSL Centos 7

Collapse
 
usmanmaqsood profile image
Usman Maqsood

Hello Bidhan, while following the tutorial
-NGINX updated to the latest ~Done
-OpenSSL updated to the latest ~Done
-./configure nginx with new openssl binary path ~shows that it was completed successfully but the new nginx keeps pointing to the old OpenSSL module, instead of the newly installed : OpenSSL 1.1.1g 21 Apr 2020
description:

nginx -V
nginx version: nginx/1.19.3
built by gcc 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC)
built with OpenSSL 1.0.2k-fips 26 Jan 2017
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --pid-path=/var --add-module=/home/ec2-user/nginx_accept_language_module --with-http_ssl_module

Collapse
 
usmanmaqsood profile image
Usman Maqsood

I faced this issue while trying to upgrade my NGINX from an older version.
This tutorial instructs to INSTALL new NGINX and NOT up-gradation of an older one, in order to use it for an upgrade, you might need to uninstall existing NGINX installation.