We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfee6d commit 37c927cCopy full SHA for 37c927c
monitor/setup.sh
@@ -50,7 +50,7 @@ if [ "$RUNNER_OS" = "macOS" ]; then
50
51
# install mitmproxy certificate as CA
52
# disable any GUI prompts for certificate installation
53
- sudo security authorizationdb write com.apple.trust-settings.admin allow
+ # sudo security authorizationdb write com.apple.trust-settings.admin allow
54
# the command itself may run https requests, this is why we didn't setup transparent proxy yet
55
# TODO: check if -r trustRoot is needed
56
sudo security add-trusted-cert -d -p ssl -p basic -k /Library/Keychains/System.keychain /Users/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem
0 commit comments