This message was deleted.
# rancher-desktop
a
This message was deleted.
f
@many-analyst-29371 Can you upload the logs and also specify which OS, OS version, etc you are using?
I suspect this is a problem with one of the locally installed certs, but can't look further without seeing the logs.
It might be best to open a Github issue and attach the logs there.
m
Copy code
2022-07-28T17:44:59.100Z: mainEvents settings-update: {"version":4,"kubernetes":{"version":"1.24.3","memoryInGB":8,"numberCPUs":4,"port":6443,"containerEngine":"containerd","checkForExistingKimBuilder":false,"enabled":true,"WSLIntegrations":{},"options":{"traefik":false,"flannel":true},"suppressSudo":false,"hostResolver":true,"experimentalHostResolver":false},"portForwarding":{"includeKubernetesServices":false},"images":{"showAll":true,"namespace":"<http://k8s.io|k8s.io>"},"telemetry":true,"updater":true,"debug":false,"pathManagementStrategy":"rcfiles"}
2022-07-28T17:45:00.268Z: Read existing docker config: {
  "credsStore": "osxkeychain"
}

2022-07-28T17:51:27.604Z: Kubernetes was unable to start: Error: unable to verify the first certificate
    at TLSSocket.onConnectSecure (node:_tls_wrap:1530:34)
    at TLSSocket.emit (node:events:390:28)
    at TLSSocket._finishInit (node:_tls_wrap:944:8)
    at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:725:12) {
  code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE'
}
I am on macOS Monterey v12.4, M1 chip
f
@proud-jewelry-46860 Do you know what could be causing this?
p
Not off the top of my head — it looks like we're not logging enough to know what it's trying to contact…
m
I install Rancher desktop, start it up, and then it times out on "Waiting for services" after about 5-6 minutes, then gives me an error that it can't verify the first certificate. I have no other configurations in .kube/config other than the defaults added by Rancher. I have tried many different versions of RD + Kubernetes and each one seems to install the same exact certs into .kube/config each time. RD cannot verify its own certs?