Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

NGINX Proxy Manager - disable TLS 1.0 and 1.1

Featured Replies

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.

  • 4 weeks later...

Bumping actually, I am interested as well.

  • 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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.