alexellis / k3sup

bootstrap K3s over SSH in < 60s 🚀
https://github.com/sponsors/alexellis
Other
6.33k stars 376 forks source link

Certificate Error: get.k3sup.dev invalid domain #435

Closed scog closed 7 months ago

scog commented 7 months ago

Why do you need this?

Expected Behaviour

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.

Screenshot 2024-04-25 at 10 58 51 AM

Possible Solution

Steps to Reproduce

  1. Run curl -sLS https://get.k3sup.dev

Your Environment

Do you want to work on this?

alexellis commented 7 months ago

Hi Drew thanks for your interest in k3sup.

Unfortunately this issue is the result of Google Domains being acquired by Squarespace, and Squarespace having technical difficulties. See:

I'd suggest you use arkade to download k3sup until Squarespace sort out their TLS certs for migrated customers.

curl -SLs https://get.arkade.dev | sh
arkade get k3sup

As I mentioned here, if you or anyone else landing here relies on my work, then you can sponsor me via GitHub.

Alex

alexellis commented 7 months ago

I've set up a dedicated host at my own cost to host the redirect so other folks don't run into problems.

See above note, if you value my time creating and maintaining K3sup.