Only auto upgrading one path
taybart opened this issue · 1 comments
taybart commented
Hello,
When I include multiple roots like:
log.Fatal(autotls.Run(r, "www.site.com", "site.com", "site2.com", "www.site2.com"))
I am only seeing site.com
being auto-upgraded. site2.com
is being served at :443
but not getting redirected from :80
. Am I doing something wrong?
taybart commented
I am just going to file this with /x/crypto/acme/autocert
. Didn't realize this was where the functionality was.