ACME-Resolver want to get a ACME Account

Hi, i've got this problem on my traefik instance, I can't find how to resolve it.

"The ACME resolver \"lets-encr\" is skipped from the resolvers list because: unable to get ACME account: invalid character '/' after object key:value pair"

I removed the special characters, but the error is still here.
Here the interesting part of my traefik.yml

certificatesResolvers:
  lets-encr:
    acme:
      caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
      storage: acme.json
      email: ssl@email
      httpChallenge:
        entryPoint: web

has anyone else had this problem?
Thanks !! :slight_smile:

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