docker-nginx-proxy-manager icon indicating copy to clipboard operation
docker-nginx-proxy-manager copied to clipboard

Is there a way to specify ciphers?

Open anonymous-99529 opened this issue 2 years ago • 1 comments

Hi, I'm looking for a way to specify ciphers. Is this possible?

For example, to specify only one cipher suite such as TLS_CHACHA20_POLY1305_SHA256, excluding others,

or to set ssl_prefer_server_ciphers value on,

to list my preferred cipher suites in order, and so on.

I thought I could do this by modifying /etc/nginx/conf.d/include/ssl-ciphers.conf via SSH, but I only found some TLSv1.2 cipher suites in there.

Thanks in advance.

anonymous-99529 avatar Mar 28 '23 07:03 anonymous-99529

See: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/564

Mattie112 avatar Apr 17 '23 11:04 Mattie112