Openssl version is not upgrading within nginx configuration

I want to upgrade my TLS protocol to TLSv1.3 for which the requirement is nginx version should be above 1.15 and OpenSSL version is 1.1.1,
so I have upgraded my OpenSSL and Nginx to the latest, and it shows the newest version when I'm checking it on my VM with the command line. but when I'm trying the command nginx -V it still shows the OpenSSL older version.
also I have configure the ssl_protocol TLSv1.2 TLSv1.3 and ssl_cipher . in nginx.conf.

can someone guide me here, what step should I take to configure the OpenSSL latest version with nginx configuration.

Welcome @Dvspatel

But, this is not an nginx support forum. If you have a problem with your Let's Encrypt certs we are happy to assist. There are numerous forums which may help.

Maybe try serverfault.com or your hosting service or even nginx.org

3 Likes

That sounds like your nginx was compiled with a specific version of OpenSSL.
I'd also recommend asking on an nginx forum about that.

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.