mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #1607] Error code: SSL_ERROR_NO_CYPHER_OVERLAP with CloudFlare proxy #1209
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#1209
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 @cachho on GitHub (Nov 23, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1607
Hi, I'm trying to use NPM as a reverse proxy on my dedicated server. The first thing I'm trying to do is setup a reverse proxy for the NPM admin area itself and protect it with SSL. I also got the same result with other sites, but I think it's easier reproducible if just talk about NPM.
When I use a CloudFlare proxy I get the following SSL error:
that's in firefox, but I get similar messages in other browsers.
The second I turn off cloudflare proxy I can connect.
I purged the cache on cloudflare and my local browsers. My cloudflare settings are largely default settings. I rebooted the dedicated server and my machine.
I tried all possible combinations for SSL certificates:
Is it not possible to use cloudflare proxy and nginx proxy server at the same time?
Thanks for your help.
@chaptergy commented on GitHub (Nov 23, 2021):
There are people who have Cloudflare working. However this is not for support on how to use Cloudflare, the issues here are for feature requests and bugs. That's why I will close this issue.
You have to let NPM handle the SSL and set up cloudflare so it just passes through the ssl encryption, but I can't tell you how, because I have never used cloudflare. The Reddit community is a better place to ask things like this. Or if there is a cloudflare support forum, over there. NPM is just generating configs for nginx, so you have to find out how to proxy a reverse proxy in cloudflare.
@cachho commented on GitHub (Nov 23, 2021):
Appreciate the help!