https://rancher.com/ logo
Title
s

stale-painting-80203

08/26/2022, 9:52 PM
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?
Found a potential solution as per: https://github.com/rancher/rancher/issues/31676 But changing the chart.yaml from UI and saving doesn't stick. When I look at the file the following has is no there
spec.insecureSkipTLSVerify: true
actually correction. I am able to add the key/value as
insecureSkipTLSVerify: true