saucelabs/forwarder

martian(mitm): smarter certificates management

Opened this issue · 0 comments

At the moment all generated certificates are cached in memory https://github.com/saucelabs/forwarder/blob/09bd2ad6723ef8f53bb8a98764309aa988e22147/internal/martian/mitm/mitm.go#L60C7-L60C36.

It would be more practical to limit the memory used and offload unused certs to disk.

To be designed.