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

alicloud: error getting hosted zones: alicloud: error describing domains #28

Open
wangchao732 opened this issue May 29, 2024 · 8 comments

Comments

@wangchao732
Copy link

50448768-BADD-44dc-B82A-0A7AC4AA0342

@rifandyzv
Copy link

image

This also happened to me, why it trying to find the TLD on my DNS?

cc @olivierboudet @artemlive @AtarisMio

@olivierboudet
Copy link
Collaborator

Hello,
Can you share your issuer configuration ?

@rifandyzv
Copy link

@olivierboudet
I'm using Cluster issuer with DNS01, because I need to generate a wildcard cert
image

@olivierboudet
Copy link
Collaborator

Thanks, and what is your Certificate configuration ?

@rifandyzv
Copy link

rifandyzv commented May 31, 2024

Thanks, and what is your Certificate configuration ?

@olivierboudet
Can't put the certificate configuration and the dns name here. but it's basic certificate configuration with issuerref to the issuer above. I'm requestion for wildcard on my subdomain, this is a domain example that I put in the commanName and dnsNames: *.sub.domain.example.com

I don't understand why the challenge is requesting for the TLD? I also experienced before that the challenge was requesting only for the root domain.

I'm using multi-zone DNS setup here, so I put separate zone for my subdomains on different account

I've checked the code, I feel suspicious this issue caused by the unfqdn and fqdn functions. please help to check

@olivierboudet
Copy link
Collaborator

I think it could be related to multi-zone DNS setup but I am not using this kind of setup. Perhaps this part of the cert-manager documentation could help you : https://cert-manager.io/docs/configuration/acme/dns01/#delegated-domains-for-dns01

@rifandyzv
Copy link

rifandyzv commented Jun 2, 2024

@olivierboudet I think it is unrelated to that, because as you see in my first screenshot the challenge was trying to issue cert for "com." domain, which I think that is a DNS/string parsing issue

after further checking, it appeared the issue was related to that cert-manager mechanism

@olivierboudet
Copy link
Collaborator

Not sure if it can help but did you try parameters documented here : https://cert-manager.io/docs/configuration/acme/dns01/#setting-nameservers-for-dns01-self-check (dns01-recursive-nameservers and dns01-recursive-nameservers-only)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants