Enable HTTPS Traffic
Configure the forward proxy to intercept HTTPS traffic
To enable recording HTTPS traffic, we first must trust Stoobly agent to be a certificate authority. To do so, you will need to add the certificate generated by mitmproxy as a trusted certificate authority. Our agent uses mitmproxy internally to handle the heavy lifting of proxying requests.
System Wide Configuration
Automated Setup
In the terminal run the following command:
stoobly-agent ca-cert installThis installs ~/.stoobly/ca_certs/mitmproxy-ca-cert.cer under System in Keychain Access.
In the terminal run the following command:
stoobly-agent ca-cert installThis will run Linux distribution specific commands to install the CA cert. We currently support the following distributions:
Debian based ones, such as Ubuntu
RHEL based ones, such as CentOS
Manual Setup
1. Open Keychain Access and click the + button in the top left corner
2. Select ~/.stoobly/ca_certs/mitmproxy-ca-cert.cer
3. Double-click the newly added row mitmproxy
4. Click the dropdown next to When using this certificate, and select Always Trust
Please refer to the following mitmproxy docs for your specific Linux distribution: https://docs.mitmproxy.org/stable/concepts-certificates/
Browser Configuration
Last updated
Was this helpful?