We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80547b commit 8511d39Copy full SHA for 8511d39
βmain.go
@@ -369,6 +369,7 @@ func loop() {
369
go func() {
370
// check if certificates exist; if not, use plain http
371
if _, err := os.Stat(filepath.Join(dest, "cert.pem")); os.IsNotExist(err) {
372
+ log.Error("Could not find HTTPS certificate. Using plain HTTP only.")
373
return
374
}
375
0 commit comments