Proxyman can capture HTTPS traffic from the ElectronJS app out of the box. No need to config any HTTP Proxy or trust the certificate on the ElectronJS app.
Let's follow:
- Open Proxyman app -> Setup menu -> Automatic Setup
- Click on the "Start the Terminal" button
- New Terminal app appears -> Open your ElectronJS app by command:
open ~/Applications/your_electron_app.app
- Done