From a6e8f666f20f23017dcbe898f1614776427c49f8 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Fri, 21 Oct 2016 13:38:35 -0700 Subject: testing 443 as only tls bound port --- system/tls/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/tls/init.go b/system/tls/init.go index 557f072..5ffaf33 100644 --- a/system/tls/init.go +++ b/system/tls/init.go @@ -55,7 +55,7 @@ func Enable() { setup() server := &http.Server{ - Addr: ":https", + Addr: ":443", TLSConfig: &tls.Config{GetCertificate: m.GetCertificate}, } -- cgit v1.2.3