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

x509 certifcate error #13

Open
stvnwrgs opened this issue Oct 5, 2015 · 1 comment
Open

x509 certifcate error #13

stvnwrgs opened this issue Oct 5, 2015 · 1 comment

Comments

@stvnwrgs
Copy link

stvnwrgs commented Oct 5, 2015

Hey,

i always get the same issue when i try to setup my kubectl.

error: couldn't read version from server: Get https://146.148.119.50:6443/api: x509: certificate is valid for 10.240.0.2, 10.200.100.1, not 146.148.119.50

I thought that the following stuff is might be missing in admin.csr

"CN": "*.c.PROJECT_ID.internal",
  "hosts": [
    "127.0.0.1",
    "EXTERNAL_IP",
    "*.c.PROJECT_ID.internal"
  ],

but generating new certs with my EXTERNAL_IP and PROJECT_ID did not fixed the problem. Any suggestions?

@peterbourgon
Copy link

I also have this problem.

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