browsermob-proxy-py icon indicating copy to clipboard operation
browsermob-proxy-py copied to clipboard

Add ability to configure ssl cert and ca

Open bputt opened this issue 8 years ago • 0 comments

It would be great if we could customize the SSL cert and CA during runtime.

Similar to the java examples provided: https://github.com/lightbody/browsermob-proxy/tree/master/mitm#using-a-custom-certification-authority

Example usage could be:

from browsermobproxy import Server
server = Server("path/to/browsermob-proxy")
server.start(sslCert = "/dir/sslKey.p12", sslCA = "/dir/sslCA.crt")

bputt avatar Sep 28 '16 21:09 bputt