Coder.comC
Coder.com17mo ago
4 replies
ariedebeuker

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 ?
Solution
Solved it by adding the certficate in the BuildConfig:
Was this page helpful?