Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 of 2 tasks
scog opened this issue Apr 25, 2024 · 2 comments
Closed
1 of 2 tasks

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

scog opened this issue Apr 25, 2024 · 2 comments

Comments

@scog
Copy link

scog commented Apr 25, 2024

Why do you need this?

  • Unable to install k3s using k3sup instructions.

Expected Behaviour

  • 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.

Screenshot 2024-04-25 at 10 58 51 AM

Possible Solution

  • Passing --insecure

Steps to Reproduce

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

Your Environment

  • Ubuntu 22.04 LTS

Do you want to work on this?

  • Yes
  • No
@alexellis
Copy link
Owner

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants