mongodb-js / devtools-shared

Shared dependencies of Compass, the MongoDB extension for VSCode and mongosh
Other
14 stars 5 forks source link

fix(devtools-proxy-support): remove ability to specify per-request CA #449

Closed addaleax closed 3 months ago

addaleax commented 3 months ago

This is currently not supported by https-proxy-agent. Instead of trying to work around this, let's just keep it simple for now and always stick to the CA option provided to the agent (i.e. typically on the application level).

Description

Open Questions

Checklist