[GH-ISSUE #125] Limit TLS 1.2+ #110

Closed
opened 2026-02-26 05:34:38 +03:00 by kerem · 2 comments
Owner

Originally created by @rudyberkvens on GitHub (Apr 23, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/125

Is there a way to support disabling TLS 1.0 and TLS 1.1 etc.
Thanks,

Originally created by @rudyberkvens on GitHub (Apr 23, 2019). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/125 Is there a way to support disabling TLS 1.0 and TLS 1.1 etc. Thanks,
kerem 2026-02-26 05:34:38 +03:00
Author
Owner

@jc21 commented on GitHub (Apr 23, 2019):

Take a look at [this file(https://github.com/jc21/nginx-proxy-manager/blob/master/rootfs/etc/nginx/conf.d/include/ssl-ciphers.conf). You can copy it, modify it to your liking and mount it to the docker container to override the built in one.

$(pwd)/ssl-ciphers.conf:/etc/nginx/conf.d/include/ssl-ciphers.conf

Also I'll keep this open for the ability to specify ciphers using the UI.

<!-- gh-comment-id:485978844 --> @jc21 commented on GitHub (Apr 23, 2019): Take a look at [this file(https://github.com/jc21/nginx-proxy-manager/blob/master/rootfs/etc/nginx/conf.d/include/ssl-ciphers.conf). You can copy it, modify it to your liking and mount it to the docker container to override the built in one. `$(pwd)/ssl-ciphers.conf:/etc/nginx/conf.d/include/ssl-ciphers.conf` Also I'll keep this open for the ability to specify ciphers using the UI.
Author
Owner

@rudyberkvens commented on GitHub (Apr 23, 2019):

That’s perfect. Thanks

From: jc21 notifications@github.com
Sent: Tuesday, April 23, 2019 4:19 PM
To: jc21/nginx-proxy-manager nginx-proxy-manager@noreply.github.com
Cc: rudyberkvens rudy@berkvens.us; Author author@noreply.github.com
Subject: Re: [jc21/nginx-proxy-manager] Limit TLS 1.2+ (#125)

Take a look at [this file(https://github.com/jc21/nginx-proxy-manager/blob/master/rootfs/etc/nginx/conf.d/include/ssl-ciphers.conf). You can copy it, modify it to your liking and mount it to the docker container to override the built in one.

$(pwd)/ssl-ciphers.conf:/etc/nginx/conf.d/include/ssl-ciphers.conf

Also I'll keep this open for the ability to specify ciphers using the UI.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/jc21/nginx-proxy-manager/issues/125#issuecomment-485978844, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AF5DMUX2H2RMMFW2VVFJVLLPR54MVANCNFSM4HHTU5GA.

<!-- gh-comment-id:486012632 --> @rudyberkvens commented on GitHub (Apr 23, 2019): That’s perfect. Thanks From: jc21 <notifications@github.com> Sent: Tuesday, April 23, 2019 4:19 PM To: jc21/nginx-proxy-manager <nginx-proxy-manager@noreply.github.com> Cc: rudyberkvens <rudy@berkvens.us>; Author <author@noreply.github.com> Subject: Re: [jc21/nginx-proxy-manager] Limit TLS 1.2+ (#125) Take a look at [this file(https://github.com/jc21/nginx-proxy-manager/blob/master/rootfs/etc/nginx/conf.d/include/ssl-ciphers.conf). You can copy it, modify it to your liking and mount it to the docker container to override the built in one. $(pwd)/ssl-ciphers.conf:/etc/nginx/conf.d/include/ssl-ciphers.conf Also I'll keep this open for the ability to specify ciphers using the UI. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<https://github.com/jc21/nginx-proxy-manager/issues/125#issuecomment-485978844>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AF5DMUX2H2RMMFW2VVFJVLLPR54MVANCNFSM4HHTU5GA>.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#110
No description provided.