[HELP] / [BUG] dns-01 challenge via pdns
What happened? I am trying to get dns-01 challenges working via pdns, when i try to get a certificate i get the error: [ACME] [system:error] Unable to resolve DNS challenge provider: json: cannot unmarshal string into Go struct field Config.Host of type url.URL
Describe what have you tried entering the Host in different ways, e.g. without https:// in front, with and without trailing /, url with and without /api/v1/ at the end
Zoraxy v3.2.5 running natively running on alpine vm on my proxmox server.
specific pdns api i am trying to use is https://beta.servfail.network/api/
Same problem for me. Could not find the reason?
Does anybody have an idea?? Maybe @yeungalan I am currently migrating from NPM, where the DNS Challenge always worked like that
@GivouDev This seems to be a configuration error which the backend DNS module cannot cast string into url.URL
@zen8841 You got time to take a look at this?