Hi, I used a rancher v2.7.9 to deploy k3s (v1.25.1...
# k3s
r
Hi, I used a rancher v2.7.9 to deploy k3s (v1.25.13+k3s1) on 3 x Ubuntu 22.04.3 LTS The rancher is running with self-sign cert. Using the registration command: curl --insecure -f: https://(rancher url)/system-agent-install.sh | sudo sh -s (and rest of the arguments), I applied this onto one of the 3 nodes. The error was "curl failed to verify the legitimacy of the server and therefore count not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. [ERROR] 000 received while testing Rancher connection. Sleeping for 5 seconds and trying again curl: (60) SSL certificate problem: self-signed certificate. I intend to setup a 3 node k3s for practice and testing so self-sign certs are fine with me. how can I resolve this issue to get the install script accept the self-signed certificate?