You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and visited https://mydomain.work in Chrome (not really with "mydomain.work" but similar).
What did you expect to see?
I expected to see "Hello, TLS user! ...".
What did you see instead?
In the browser I saw a Cloudflare error saying Error 525 SSL handshake failed. The output of the Go program was
2020/02/27 00:44:10 http: TLS handshake error from 172.69.22.250:26624: acme/autocert: unable to satisfy "https://acme-v02.api.letsencrypt.org/acme/authz-v3/3031814088" for domain "mydomain.work": no viable challenge type found
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?I'm cross compiling for GOOS=linux GOARCH=amd64.
What did you do?
I ran this program on my Ubuntu server:
and visited
https://mydomain.work
in Chrome (not really with "mydomain.work" but similar).What did you expect to see?
I expected to see "Hello, TLS user! ...".
What did you see instead?
In the browser I saw a Cloudflare error saying
Error 525 SSL handshake failed
. The output of the Go program wasThe text was updated successfully, but these errors were encountered: