1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-09 12:40:35 +08:00

TUN-868: HTTP/HTTPS mismatch should have a better error message

This commit is contained in:
Areg Harutyunyan
2018-09-11 11:44:16 -05:00
parent 0e6492342b
commit dd2b5e4f3e
5 changed files with 165 additions and 9 deletions

View File

@@ -87,7 +87,7 @@ func Flags() []cli.Flag {
}),
altsrc.NewStringFlag(&cli.StringFlag{
Name: "url",
Value: "https://localhost:8080",
Value: "http://localhost:8080",
Usage: "Connect to the local webserver at `URL`.",
EnvVars: []string{"TUNNEL_URL"},
}),