Skip to content

Instantly share code, notes, and snippets.

@swilliams
Created September 10, 2010 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swilliams/574049 to your computer and use it in GitHub Desktop.
Save swilliams/574049 to your computer and use it in GitHub Desktop.
do shell script "/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --allow-ssl-mitm-proxies"
-- This is to disable the feature in Chrome 6 that causes the "Error 128 (net::ERR_SSL_UNSAFE_NEGOTIATION)"
-- when behind an Internet filter that modifies the request to an https Url.
-- Copy it to AppleScript and save it as an application to easily run.
-- Make sure that there are no other Chrome windows open when you run this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment