You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did not expect to get certificate error for invalid hostname
Current Behaviour
:~$ curl -sLS https://get.k3sup.dev
curl: (60) SSL: no alternative certificate subject name matches target host name 'get.k3sup.dev'
More details here: https://curl.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could 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.
Possible Solution
Passing --insecure
Steps to Reproduce
Run curl -sLS https://get.k3sup.dev
Your Environment
Ubuntu 22.04 LTS
Do you want to work on this?
Yes
No
The text was updated successfully, but these errors were encountered:
Why do you need this?
k3sup
instructions.Expected Behaviour
Current Behaviour
Possible Solution
--insecure
Steps to Reproduce
curl -sLS https://get.k3sup.dev
Your Environment
Do you want to work on this?
The text was updated successfully, but these errors were encountered: