March 15, 20233 yr Hello, I have tested my domain with ssllasbs.com and it not secure as TLS 1.0 and 1.1 are available. I use NGINX PROXY MANAGER as a reverse proxy. Can you tell me how can i disable TLS 1.0 and 1.1 on NGINX PROXY MANAGER. Thanks for your help. Regards.
April 11, 20233 yr Community Expert 12 minutes ago, WenzelComputing said: Bumping actually, I am interested as well. Not sure if you can edit config. How to configure and enable Nginx to use TLS 1.2 and 1.3 Open the terminal application Login to Nginx server using the ssh command Edit nginx.conf file or virtual domain config file Set TLS version by editing ssl_protocols TLSv1.2; For TLS version 1.3 by add ssl_protocols TLSv1.3; We can combine and only allow TLS 1.2 and 1.3 in Nginx by setting: ssl_protocols TLSv1.2 TLSv1.3; Save and close the file Restart or reload the Nginx server. Test it.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.