authentik icon indicating copy to clipboard operation
authentik copied to clipboard

"Failed to fetch output configuration, retrying in 3 seconds."

Open kyleamielke opened this issue 2 years ago • 1 comments

Describe your question/ A clear and concise description of what you're trying to do. Attempting to add LDAP outpost. Adding it through either WebUI or Docker I receive the same error.

Relevant infos i.e. Version of other software you're using, specifics of your setup Most recent version of Authentik, haproxy, ADFS

Screenshots If applicable, add screenshots to help explain your problem.

Logs Output of docker-compose logs or kubectl logs respectively

{"error":"Get "https://iam.xxx.com/api/v3/outposts/instances/": x509: certificate is valid for *, not iam.xxx.com","event":"Failed to fetch outpost configuration, retrying in 3 seconds","level":"error","logger":"authentik.outpost.ak-api-controller","timestamp":"2022-07-20T06:18:36Z"} {"error":"Get "https://iam.xxx.com/api/v3/outposts/instances/": x509: certificate is valid for *, not iam.xxx.com","event":"Failed to fetch outpost configuration, retrying in 3 seconds","level":"error","logger":"authentik.outpost.ak-api-controller","timestamp":"2022-07-20T06:18:39Z"}

Version and Deployment (please complete the following information):

  • authentik version: Most recent
  • Deployment: docker-compose

Additional context Add any other context about the problem here.

kyleamielke avatar Jul 20 '22 06:07 kyleamielke

set AUTHENTIK_INSECURE to "true" to accept any certificate

BeryJu avatar Jul 20 '22 07:07 BeryJu