Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LEGO_EXPERIMENTAL_CNAME_SUPPORT not following recursive CNAME's #1366

Closed
vrubiella opened this issue Mar 3, 2021 · 1 comment
Closed

LEGO_EXPERIMENTAL_CNAME_SUPPORT not following recursive CNAME's #1366

vrubiella opened this issue Mar 3, 2021 · 1 comment

Comments

@vrubiella
Copy link

vrubiella commented Mar 3, 2021

I have several customers with this DNS configuration:

CNAME * => www
CNAME www => basedomain.tld

Call:
acmeRecord, value := dns01.GetRecord(domain,keyAuth)
Returns
www.basedomain.tld
Expected result was
basedomain.tld

This DNS configuration is stupid but it's correct in terms of DNS/CNAMEs configuration.

@ldez
Copy link
Member

ldez commented Oct 21, 2022

Hello,

I think that with the recursivity (since v4.9.0) the problem must be fixed.

#1677

@ldez ldez closed this as completed Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants