Unrecognized DNS provider: googledomains

According to the docs, the provider code for Google Domains is googledomains, however, when I try to use it, I am getting the error:

time="2023-06-10T03:38:16Z" level=error msg="Unable to obtain ACME certificate for domains \"my.domain,*.my.domain\"" error="cannot get ACME client unrecognized DNS provider: googledomains" providerName=letsencrypt.acme routerName=home@docker rule="Host(`my.domain`)" ACME CA="https://acme-staging-v02.api.letsencrypt.org/directory"

Any idea why this would be? I am running the latest docker image (v2.10.1 according to the log output)

Thanks!

Looks ok according to the TLS library doc, too.

Hello,

google domains have been added in this PR Update go-acme/lego to v4.11.0 by ldez · Pull Request #9883 · traefik/traefik · GitHub

But for now, there is no release with this change. The next release of Traefik (v2.10.2) will have the support of google domains.

1 Like

Well, that would explain why I couldn't find anyone else having this issue then ^_^. Thanks! I am new to traefik so I didn't realize google domain support was so new. Is there a nightly build of the docker container which I could use until 2.10.2 comes out? This is just for a homelab so nothing mission critical :slight_smile:

Thanks!

you can use the experimental tag Docker

1 Like

Worked like a charm 1st try! Thanks for your help! :smiley:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.