Closed fritzhealy closed 6 years ago
Hi I am trying to whitelist my localhost for development. I am running into this error.
http: TLS handshake error from 127.0.0.1:2072: acme/autocert: missing server name
Here is my run command
log.Fatal(autotls.Run(router, "192.168.99.100","127.0.0.1"))
I realize that autocert cannot issue certs for ip's now. My appologies
Hi I am trying to whitelist my localhost for development. I am running into this error.
http: TLS handshake error from 127.0.0.1:2072: acme/autocert: missing server name
Here is my run command
log.Fatal(autotls.Run(router, "192.168.99.100","127.0.0.1"))