a. System environment:
Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-45-generic x86_64)
go version go1.15.1 linux/amd64
3. The problem I’m having:
r := mux.NewRouter()
r.HandleFunc("/", HomeHandler)
...
err := certmagic.HTTPS([]string{"something.com"}, r)
...
4. Error messages and/or full log output:
TLS handshake error from <ip:port>: tls: first record does not look like a TLS handshake