NginxProxyManager / NginxProxyManager/nginx-proxy-manager
force ssl with cloudflared not working
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
the toggle is enabled, and the inclusion of the force-ssl.conf file is part of the proxy config; however, curl -v http://some.example.com returns without a redirect to https
if relevant, npm is exposed via cloudflared with config like:
tunnel: ***
credentials-file: ***
ingress:
- service: https://nginx-proxy-manager
originRequest:
originServerName: proxy.example.com
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the curl -v HTTP request with the shown cloudflared ingress configuration, then inspect the generated proxy config and force-ssl.conf inclusion. Done means an HTTP request through cloudflared reliably returns a redirect to HTTPS while the existing HTTPS origin configuration continues to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100