I have setup Container registry (Harbor). I have installed with certificates signed by CA. I am able to connect using a browser and the certificate is valid, but docker daemon was giving x509 error. For now I have resolved this by modify the daemon.json to accept the insecure connection. However when I try to add the charts repository to rancher it's giving an error:
Get "
https://harbor.mysite.com/harbor/projects/3/helm-charts/index.yaml": x509: certificate signed by unknown authority.
Any suggestion on how I can get rancher to also accept the connection to the charts repo?