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 install
This installs ~/.stoobly/ca_certs/mitmproxy-ca-cert.cer
under System in Keychain Access.
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
Browser Configuration
Last updated
Was this helpful?