cloudflare / cloudflare/cloudflared

support protocol relative service url

Open
#1,189 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.