mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #748] Option to use TLSv1.2 instead of TLSv1.3 #635
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#635
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PlasmatikSteak on GitHub (Dec 1, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/748
Is your feature request related to a problem? Please describe.
Not a problem with nginx-proxy-manager, but Home Assistant and SmartThings integration not working with TLSv1.3.
Describe the solution you'd like
Option use TLSv1.2 instead of 1.3 under settings for any given proxy-host.
Describe alternatives you've considered
I tried to add ssl_protocols TLSv1.2; to the "Custom Nginx Configuration" section under Advanced for a given proxy-host but the result is that TLSv1.3 is still used.
Additional context
https://www.home-assistant.io/integrations/smartthings/#webhook-troubleshooting-checklist
@mochman commented on GitHub (Dec 3, 2020):
It looks like this is an issue with nginx itself.
A workaround would be to set all of your sites to v1.2. You can do that by modifying the
ssl_protocolsportion of the/etx/nginx/conf.d/include/ssl-ciphers.conffile in the app container.