sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.45k stars 251 forks source link

Agent - use local linux certs #3736

Closed chwarwick closed 3 weeks ago

chwarwick commented 4 months ago

Check the following locations for linux certs: /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-bundle.crt

If found split the contents into individual certs and attach them to the global agent.

kalanchan commented 4 months ago

nice, thanks @chwarwick looks like we can copy and paste some code from here

https://github.com/microsoft/vscode-proxy-agent/blob/main/src/index.ts#L628

chwarwick commented 4 months ago

draft pr https://github.com/sourcegraph/cody/pull/3752

github-actions[bot] commented 1 month ago

This issue is marked as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed automatically in 5 days.