1
Cloudflare with Nginx Proxy Manager Issues
(alien.top)
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
What error messages are you getting in your tunnel's error logs? You can view the live logs by going to Zero Trust -> Access -> Tunnels on your Cloudflare dashboard. Click on your tunnel's name, then the connector ID, then "begin log stream".
Or, from the command line, you can add the flag
--logging DEBUG
to your cloudflared application at start.After enabling logging using either of these methods, try to load your site in your browser and see what error you're getting.
Are you wanting to enable this setting in NPM so https addresses will work on your local network? I ask because the tunnel already encrypts the traffic outside your network. Changing your tunnel's forwarding address from
http://nginx:80
tohttps:nginx:443
only encrypts the traffic between the cloudflared and NPM daemons running on your computer. It really isn't necessary since it's internal to your server.If that's the reason why, did you install a certificate in NPM that's specific for your domain?