loft-sh / devpod

Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.
https://devpod.sh
Mozilla Public License 2.0
8.73k stars 328 forks source link

Error upon cloning repository due to CA Cert #1132

Open elronzo opened 3 months ago

elronzo commented 3 months ago

In our corporate environment we do have a WebProxy that breaks up SSL connections. As a consequence clients need to trust that proxy's Certificate or its internal issuing CA.

How could I let devpod know about the proxy's cert and/or its CA?

bkneis commented 4 weeks ago

Hi @elronzo thanks for providing some details about your use case. Can you tell me more about what is currently not working? If you could add --debug to your command and send the logs that would be ideal.

On first thought I suspect you will need to add your CA to your system's root trust, so devpod can verify the proxy's connection

elronzo commented 4 weeks ago

I will provide more info ASAP.

I saw that loftlabs is attending OpenSourceSummit Europe. Maybe we'll find some time to discuss remaining issues...