ariedebeuker
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
RUN openssl s_client -connect coder.mydomain:443 -showcerts </dev/null 2>/dev/null |sed -e '/-----BEGIN/,/-----END/!d' | tee "/usr/local/share/ca-certificates/mpi-ca.crt" RUN update-ca-certificates
5 replies
CCoder.com
Created by ariedebeuker on 9/11/2024 in #help
Workspace error: curl: (60) SSL certificate problem: self-signed certificate in certificate chain
Solved it by adding the certficate in the BuildConfig:
5 replies
CCoder.com
Created by ariedebeuker on 9/9/2024 in #help
coder not respecting ENV PROXY var when creating openshift template
Thanks, i first did an export of the variables in the POD (export HTTPS_PROXY=), that was working for commands like curl but not for the coder binary. But i just changed this and defined the HTTPS_PROXY var in the values.yaml and updated the helm deployment. That seems to work now
7 replies