cloudflare / cloudflare/cloudflared
support protocol relative service url
Open
Priority: Normal
Type: Feature Request
- Dominant language
- Go
- Stars
- 15.6k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
at the moment config.yml requires the scheme of the internal service to be specified,
this prevents internal services, like reverse proxies, to determine which protocol is used and behave accordingly;
can http and https be supported for a single service? e.g. a protocol-relative URL:
```
tunnel: ***
credentials-file: /home/nonroot/.cloudflared/***.json
ingress:
- hostname: "*.example.com"
service: //nginx-proxy-manager
- service: http_status:404
```
Contributor guide
Assessment
This issue has not been assessed yet.