Certificate Error

I keep getting this error message in debug mode. Is there something wrong with my config?
The address is for the eks-cluster that traefik is running on.
level=debug msg="http: TLS handshake error from 10.20.xx.xxx:36282: remote error: tls: bad certificate"

global:
  checkNewVersion: false
  sendAnonymousUsage: false
entryPoints:
  http:
    address: :80
  https:
    address: :443