hi, i have the following issue: I have declared a...
# fleet
i
hi, i have the following issue: I have declared as environment variables FLEET_SERVER_TLS: "true" FLEET_SERVER_CERT: /fleet/cert.pem FLEET_SERVER_KEY: /fleet/cert-key.pem but i get the error "2024/08/08 155957 http: TLS handshake error from 172.18.0.344532 remote error: tls: bad certificate" how do i declare the CA?
d
Hey @Ibra, do you have a DNS name for your server that matches your your certificate?
i
hi @Dale Ribeiro this is a wildcard certificate *.company.it
it's docker container
i solve it
d
What ended up being the issue?
i
I use the docker label for traefik and the certificate does not match the ip of the container, I put the ip of the container in the host file of traefik pointing to the fleet url and removed the labels and then used the dynamic conf