mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #2202] SSL certificate mismatch error when using Cloudflare's DNS proxy feature on a sub-sub domain #1578
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#1578
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 @CarrotManMatt on GitHub (Aug 16, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2202
Checklist
jc21/nginx-proxy-manager:latestdocker image?NoNoNoDescribe the bug
I get this error when trying to connect to a service behind my nginx reverse proxy with a sub-sub domain:
Nginx Proxy Manager Version
v2.9.18
Steps to reproduce error:
Expected behavior
Service connects successfully with https for domains with 2 sub parts. (E.g. https://app.service.example.com)
Operating System
Ubuntu Server 22.04.1 + Docker 20.10.17
@the1ts commented on GitHub (Aug 20, 2022):
Isn't this covered in this page? the standard SSL cert from cloudflare covers domain.com and *.domain.com so will not cover *.service.domain.com, wildcard certs never cover additional dotted domain names.
@CarrotManMatt commented on GitHub (Sep 5, 2022):
Thanks! That seems to be the issue. I did not realise that when using the Cloudflare proxy feature it also uses its own SSl certificate, rather than the origin one, which then causes an error as the cloudflare certificates are only given out to a single sub-domain level, as you described. Cheers!