-
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
Che offline using an untrusted TLS cert doesn't load zip samples from internal devfile registry #16473
Comments
@NM4 Could you clarify where do you get this error? Theia log, plugin broker. Che Server? |
I get this as a notification when my workspace starts. |
Yes, just verified : in a terminal in theia plugin container I have a correct ca.crt. |
!!! |
Hello, @sleshchenko, Any update about this issue ? |
@NM4 Hello, I just asked to clarify the issue but it's out of my areas and I'm not familiar with that codebase. |
certs aren't respected when importing a zip, see https://github.com/eclipse/che-theia/blob/a321800c8359efc062b3820610087a7ac40cafbc/plugins/workspace-plugin/src/theia-commands.ts#L203 labeling it as |
I get the same error when trying to add a custom plugin registry, which is on GitHub
|
Describe the bug
I installed Eclipse Che on offline mode with intenal devfile and plugin registries.
When I create a workspace with a stack that bundle a sample project from devfile registry I get ssl issue at downloading the sample zip into the workspace. It seems like the provided ca cert is not propagated to the tool that download the zip ( wget )
Che version
7.9.2
Steps to reproduce
Expected behavior
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
Environment
Eclipse Che Logs
Couldn't import https://devfile-registry-che.full-FQN/resources/java-maven-console-java-simple-java1.11.zip:
Connecting to devfile-registry-che.full-FQN (10.z.x.y:443)
ssl_client: devfile-registry-che.full-FQN:
certificate verification failed: unable to get local issuer certificate wget: error getting response: Connection reset by peer
Additional context
The text was updated successfully, but these errors were encountered: