-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fail to start sample workspaces when using a custom TLS certificate #19309
Comments
Related to #19168 |
Looks like a duplicate of #19120 but that got closed and I can still reproduce the problem using nightly. cc @vitaliy-guliy |
I'm labeling it as |
I've noticed that only |
@azatsarynnyy I've run into the same problem, so created PR: eclipse-che/che-theia#1038 |
We should take into account all the certificates, that are in |
Trying to reproduce it as it described in the description. |
Should be working now |
Describe the bug
Starting any getting started workspace fails with the following message.
I have deployed Che on minikube. I am using a custom TLS certificate for Che endpoints.
That means that I have:
spec/k8s/tlsSecretName
and/spec/server/cheHostTLSSecret
to point to that secretChe version
nightly
Steps to reproduce
Deploy Che on minikube using chectl
Configure Che to use a custom certificate as described here
Start the Java maven sample
Runtime
minikube
Installation method
$ chectl update next && \ chectl server:deploy \ -p minikube
Environment
macOS
The text was updated successfully, but these errors were encountered: