-
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
create workspace failed when customize the hostname #18344
Comments
@whafra |
Minikube v1.14.0 What does work (Eclipse Che is deployed, workspace is created):
chehost secret is differ from che-tls secret. It is created to secure
What doesn't work (regression)
|
@tolusha spec: and the che-host-tls was differ from the self-signed secret .It was created to secure xxx.com specifically. Couldn't connect to endpoint 'wss://xxx.com/api/websocket', due to error 'x509: certificate signed by unknown authority' Do you have some suggestion ?thank you . |
Probably it might happen if a different root CA was used to generate server certificate for chehost. |
@tolusha Thank you . |
Initially I generate ca.crt then using this CA I generate private and public keys for [1] https://gist.github.com/tolusha/3137568f330111a305da4f2dd28c6e33 |
@tolusha
|
Hello @whafra. The idea here is to have the same root CA for both
|
@mmorhun ,thank you. |
@whafra, I have a question first. When you deploy Eclipse Che, do you need a user provided domain for Che dashboard? Because in the issue description you seems used it, but in the comment above you don't. If you don't need it, then you can drop |
As far as I can see we didn't set |
@whafra |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
I identified a new problem after switching from keycloak to OIDC identity provider while deploying Eclipse Che on minikube. |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
refernce:
https://www.eclipse.org/che/docs/che-7/installation-guide/configuring-che-hostname/
the enviroment (air-gap ):
OS :ubuntu 18.04.5 LTS
kubernetes version:v1.18.6
eclipse-che version: 7.19.0
install cmd:
chectl server:start --installer=operator --platform k8s --multiuser ....
I have deplyed the eclipse-che successfully (refer to https://www.eclipse.org/che/docs/che-7/installation-guide/configuring-che-hostname/)
the patch file was :
spec:
server:
cheHost: XXXX
cheHostTLSSecret: che-tls
When i accessed https:// , the unsafe certificate message appreared .
if i ignore the warning and contine to go ahead , the login interface showed up. Everything seemed ok.
But when tried to create workspace ,the exception was thrown by che-plugin-metadate-broker-v3-4-0 , and the key information was just like :
Colud not connetct to endpoint 'wss:///api/websocket' ,due to error 'x509;certificate is valid for ingress.local,not '
could somebody give me some advice ?
thanks a lot.
The text was updated successfully, but these errors were encountered: