Can't access Che if installed with tlsSupport: true
and selfSignedCert: true
#15290
Closed
2 of 9 tasks
Labels
area/install
Issues related to installation, including offline/air gap and initial setup
kind/question
Questions that haven't been identified as being feature requests or bugs.
Describe the bug
I tried installing Che with HTTPS (using my OpenShift cluster's self-signed certs) with the operator by setting
tlsSupport: true
andselfSignedCert: true
.The doc Deploying Che with HTTPS mode only has placeholder text so I wasn't sure if anything else is needed.
Anyhow, Che installs fine, but when I go to access the Che dashboard, I get an error in my browser saying:
Authorization token is missing
and I'm unable to do anything.It seems that the Che dashboard is rejecting the certificate used in the keycloak route? If I hit the Keycloak route first, whitelist the self-signed cert in my browser, and then visit the Che dashboard, everything is fine. But if I hit the Che dashboard first, I hit the error.
Che version
Steps to reproduce
tlsSupport: true
andselfSignedCert: true
in the CheCluster resourceAuthorization token is missing
Expected behavior
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Additional context
The text was updated successfully, but these errors were encountered: