-
Notifications
You must be signed in to change notification settings - Fork 303
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
Error 400: The SSL certificate could not be parsed. #294
Comments
One of your secrets referenced by an ingress must be malformed - check each one. You might be able to look at the activity log in GCP Console to see the name of the certificate which failed to be created. Might point you to the ingress referencing it. Which k8s master version are you running? |
Thanks for the tip about the activity log Nick! There was a sequence of the following events about every minute:
A bit strange but the certificate pointed to in the details was indeed invalid. After fixing it, the event is gone on the ingresses after about an hour. This does mean that the "firewall issue" is not related though. I'll open a different issue for that one. |
I stand corrected, it wàs related. I just tested creating a new Ingress and the firewall rule is updated properly again with the new port. |
On all our ingresses on GKE we see the following error:
It is not clear from the error what certificate is being talked about. (it's also shown on ingresses without tls termination).
Next to that, creating an ingress no longer seems to automatically open up the firewall anymore for the related node ports, so I can imagine this is related to the above error.
Since we have no access on the master nor find any more info with regard to the above, we have no idea on how we can recover from this or where to look for more info.
The text was updated successfully, but these errors were encountered: