I’ve been working on a small app written in golang, and I’d like my local-area network connections to the golang-embedded webserver to be over https. Most of the clients are going to be scripts running on various servers. Unfortunately, since this is on a private IP range, we get into the whole certificate-verification thing. There […]