This message was deleted.
# kubernetes
a
This message was deleted.
a
The server is behind ELB and offloads certs at LB
For future reference
Copy code
- name: STRICT_VERIFY
  value: "false"
Gets around it
s
I had the same issue. I solved setting
agentTLSMode: system-store
in the helm chart values.yaml https://github.com/rancher/rancher/blob/main/chart/values.yaml#L43
a
Thanks! I will do that.
👍 1
505 Views