browsermob-proxy-py
browsermob-proxy-py copied to clipboard
Add ability to configure ssl cert and ca
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")