Replies: 1 comment
-
|
Just fixed the problem on regular nginx, Cloudflare doesn't like the order that nginx presents the ssl ciphers on newer versions of nginx. I edited /etc/letsencrypt/options-ssl-nginx.conf (comments are the old entries) I don't know if NPM uses a different file for SSL entries but doing a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm relatively new to Proxmox and have hit a wall trying to set up a Wireguard tunnel for my web services. I've searched the forum and read the documentation, but I can't seem to resolve an SSL 525 error.
My Goal
To route traffic from Cloudflare through a Wireguard tunnel to an NPM (Nginx Proxy Manager) instance running inside a Proxmox LXC container, all for added security.
My Network Setup
The traffic flow is: Internet -> Cloudflare -> VPS (WG Server) -> Proxmox LXC (NPM) with WG Client
The Problem
When I try to access my domain, I get a Cloudflare 525 "SSL handshake failed" error. This indicates that Cloudflare can reach my VPS, and the VPS can probably forward the traffic through the tunnel, but the NPM instance behind the tunnel is either not responding correctly or not completing the TLS handshake.
Key Details & What I've Checked
The issue does not happens when I run NPM docker on debian 13 standard CT.
The issue only occur when I use NPM community script
Wireguard Config
Beta Was this translation helpful? Give feedback.
All reactions