Fail to start sample workspaces when using a custom TLS certificate
See original GitHub issueDescribe 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:
- created a Kubernets tls secret with the key and certificate
- updated CheCluster setting both
spec/k8s/tlsSecretName
and/spec/server/cheHostTLSSecret
to point to that secret - add the CA certificate in configmap properly labelled (as described here)
Che 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
minikube version: v1.17.1
commit: 043bdca07e54ab6e4fc0457e3064048f34133d7e
Installation method
$ chectl update next && \
chectl server:deploy \
-p minikube
Environment
macOS
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Unable to run task when using custom TLS certificate #18957
Deploy Che on minikube using chectl. Configure Che to use a custom certificate as described here. Start the Java maven sample
Read more >Chapter 3. Installing CodeReady Workspaces in TLS mode ...
This section describes how to import a root certificate authority into a web browser to use CodeReady Workspaces with self-signed TLS certificates. When...
Read more >Troubleshoot WorkSpaces client issues - AWS Documentation
This problem can be caused by expired Verisign/Symantec certificates on your client computer (not your WorkSpace). Remove the expired certificate and launch ......
Read more >IBM Planning Analytics Custom SSL - Quick Start and ...
The purpose of this document is to compliment the existing product documentation and provide extra guidance to those implementing custom SSL ...
Read more >Self-signed certificates or custom Certification Authorities
An example job log error concerning a Git LFS operation that is missing a ... Specify a custom certificate file: GitLab Runner exposes...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@azatsarynnyy I’ve run into the same problem, so created PR: https://github.com/eclipse/che-theia/pull/1038
Should be working now