Re: [go-nuts] Need help to make autocert working

2019-05-07 Thread Kurtis Rader
On Tue, May 7, 2019 at 8:39 PM Tong Sun wrote: > 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 > whos

Re: [go-nuts] Need help to make autocert working

2019-05-07 Thread Tong Sun
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 > > 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 t

Re: [go-nuts] Need help to make autocert working

2019-05-07 Thread Kurtis Rader
On Tue, May 7, 2019 at 6:07 PM Tong Sun 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 minut

[go-nuts] Need help to make autocert working

2019-05-07 Thread Tong Sun
Hi, 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: https://goenning.net/2017/11/08/free-and-automated-ssl-certificates-with-go/ https://blog.kowalczyk.info/article/Jl3G/https-for-free-in-go-with-littl