Skip to content

panic: runtime error by CNAME validation #1794

Answered by hrolofs
hrolofs asked this question in Q&A
Discussion options

You must be logged in to vote

I figured out the problem. It was the CNAME entry on domain1
( CNAME entry _acme-challenge that points to domain2.dedyn.io.)

It needs to point to a "subname" of domain2 and not to the domain2 itself

CNAME entry on domain1 _acme-challenge that points to whatever.domain2.dedyn.io.

if i want to validate different domains, i have to use unique CNAMES otherwisei got sometimes error "Incorrect TXT record"

validate domain1 and domain2 with domain3

domain1
CNAME: _acme-challenge.domain1. => _acme-challenge_domain1.domain3.

domain2
CNAME: _acme-challenge.domain2. => _acme-challenge_domain2.domain3.

Regards, Henry

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ldez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant