ariedebeuker
CCoder.com
•Created by ariedebeuker on 9/11/2024 in #help
Workspace error: curl: (60) SSL certificate problem: self-signed certificate in certificate chain
I added the self signed cert to the values.yaml to deploy coder, then i modified the kubernetes template to work with openshift. Everything seems to work fine except that the workspace pod is not able to verify the self signed certificate of the coder api. In the workspace pod i get the error:
+ curl -fsSL --compressed https://coder.my.domain/bin/coder-linux-amd64 -o coder
curl: (60) SSL certificate problem: self-signed certificate in certificate chain
How or where to add the root-ca to the workspace pod ?
5 replies
CCoder.com
•Created by ariedebeuker on 9/9/2024 in #help
coder not respecting ENV PROXY var when creating openshift template
When executing: coder template push kubernetes -d . within the POD
The env proxy var is not respected, causing the import to fail.
I get:
==> ⧗ Detecting persistent resources
2024-09-09 10:34:31.747Z Error: Failed to query available provider packages
2024-09-09 10:34:31.747Z Could not retrieve the list of available versions for provider coder/coder:
2024-09-09 10:34:31.747Z could not connect to registry.terraform.io: failed to request discovery
Is there any option to specify outbound proxy ?
7 replies