Skip to content

Commit 37c927c

Browse files
committed
Fix MacOS 15
1 parent 5cfee6d commit 37c927c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [ "$RUNNER_OS" = "macOS" ]; then
5050

5151
# install mitmproxy certificate as CA
5252
# disable any GUI prompts for certificate installation
53-
sudo security authorizationdb write com.apple.trust-settings.admin allow
53+
# sudo security authorizationdb write com.apple.trust-settings.admin allow
5454
# the command itself may run https requests, this is why we didn't setup transparent proxy yet
5555
# TODO: check if -r trustRoot is needed
5656
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

Comments
 (0)