TLS issues PROD #781
Replies: 1 comment
-
I had forgotten to add an A record for my server IP in cloudflare. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a domain registered in Cloudflare. I have disabled both proxy and SSL/TLS encryption in my Cloudflare dashboard for the domain. When I try to start my app in production mode, I keep getting the following error. What could be the issue?
"level":"error","ts":1744280067.6433215,"msg":"challenge failed","identifier":"mydomain.com","challenge_type":"tls-alpn-01","problem":{"type":"urn:ietf:params:acme:error:unauthorized","title":"","detail":"Cannot negotiate ALPN protocol \"acme-tls/1\" for tls-alpn-01 challenge","instance":"","subproblems":null},
Timeout during connect (likely firewall problem)","instance":"","subproblems":null},"stacktrace":"github.com/mholt/acmez/v3.(*Client).pollAuthorization\n\t/root/go/pkg/mod/github.com/mholt/acmez/[email protected]/client.go:557\ngithub.com/mholt/acmez/v3.(*Client).solveChallenges\n\t/root/go/pkg/mod/github.com/mholt/acmez/[email protected]/client.go:378\ngithub.com/mholt/acmez/v3.(*Client).ObtainCertificate\n\t/root/go/pkg/mod/github.com/mholt/acmez/[email protected]/client.go:136\ngithub.com/caddyserver/certmagic.(*ACMEIssuer).doIssue\n\t/root/go/pkg/mod/github.com/caddyserver/[email protected]/acmeissuer.go:489\ngithub.com/caddyserver/certmagic.(*ACMEIssuer).Issue\n\t/root/go/pkg/mod/github.com/caddyserver/[email protected]/acmeissuer.go:382\ngithub.com/caddyserver/caddy/v2/modules/caddytls.(*ACMEIssuer).Issue\n\t/root/go/pkg/mod/github.com/caddyserver/caddy/[email protected]/modules/caddytls/acmeissuer.go:249\ngithub.com/caddyserver/certmagic.(*Config).obtainCert.func2\n\t/root/go/pkg/mod/github.com/caddyserver/[email protected]/config.go:626\ngithub.com/caddyserver/certmagic.doWithRetry\n\t/root/go/pkg/mod/github.com/caddyserver/[email protected]/async.go:104\ngithub.com/caddyserver/certmagic.(*Config).obtainCert\n\t/root/go/pkg/mod/github.com/caddyserver/[email protected]/config.go:700\ngithub.com/caddyserver/certmagic.(*Config).ObtainCertAsync\n\t/root/go/pkg/mod/github.com/caddyserver/[email protected]/config.go:505\ngithub.com/caddyserver/certmagic.(*Config).manageOne.func1\n\t/root/go/pkg/mod/github.com/caddyserver/[email protected]/config.go:415\ngithub.com/caddyserver/certmagic.(*jobManager).worker\n\t/root/go/pkg/mod/github.com/caddyserver/[email protected]/async.go:73"}
Beta Was this translation helpful? Give feedback.
All reactions