On Tuesday, May 7, 2019 at 9:42:52 PM UTC-4, Kurtis Rader wrote: > > On Tue, May 7, 2019 at 6:07 PM Tong Sun <[email protected] <javascript:>> > wrote: > >> I've been trying to get an TLS server up and running for the past several >> days without success. I've used the following guides as reference: >> > > FWIW, I recommend the Caddy HTTPS web server rather than rolling your own. > It took me just a few minutes to setup with a cert it automatically > acquired from LetsEncrypt. It's written in Go. And it already has a rich > set of plugins such as ipfilter <https://github.com/pyed/ipfilter> that I > contributed an enhancement to. See https://caddyserver.com/ >
Thanks Kurtis, I'll for sure using it for some serious. For now, I need the program as minimalist as possible, because I'm trying to rewrite this small Perl code as Go, https://github.com/suntong/dbab/blob/master/src/bin/dbab-svr#L94 whose only purpose is to severve an 1x1 pixel. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/6d00f0dd-2fa2-4a7d-9a39-68645c2029af%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
