This message was deleted.
# rancher-desktop
a
This message was deleted.
f
RD is installing all root certificates from the keychain into the VM automatically, so this should "just work" automatically. I just tested it with my own local registry:
Copy code
$ rdctl shell curl <https://registry.home/v2/_catalog>
{"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":[{"Type":"registry","Class":"","Name":"catalog","Action":"*"}]}]}
So I wonder if your root CA is installed differently on your host, so RD ignores it.
Did you verify that your cert is not expired?
There are some cert verification messages in
~/Library/Logs/rancher-desktop/networking.log
, but they are not that useful, as you can't easily map the errors back to the original cert. It is normal to see several expired (or revoked) certs in the log, but maybe you have some other errors as well?