Version 2.9.20+ TLS 1.3 ? #2748
-
Could anyone please explain why I'm having issue enabling TLS 1.3 on any version newer than 2.9.19? image: 'jc21/nginx-proxy-manager:latest' = 2.9.19 On 2.9.19 TLS 1.3 is enabled by default but using AES 128 GCM by default. If I attach volume ssl-ciphers.conf I can force TLS 1.3 AES 256 GCM.
On 2.9.22 TLS 1.2 AES 256 is used by default. Using the same ssl-ciphers.conf doesn't change it. I've reviewed the nginx.conf + proxy host confs and not sure why TLS 1.3 won't enable? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Same TLS 1.2 situation with 2.10.1 |
Beta Was this translation helpful? Give feedback.
-
the file you are using is not used by NPM it's not the file in the conf for the docker but internal file |
Beta Was this translation helpful? Give feedback.
the file you are using is not used by NPM
inside the container
cd /etc/nginx/conf.d
apt update
apt install nano
nano ssl-ciphers.conf
it's not the file in the conf for the docker but internal file