{"id":5802,"date":"2014-10-26T19:56:18","date_gmt":"2014-10-27T02:56:18","guid":{"rendered":"http:\/\/www.podfeet.com\/blog\/?page_id=5802"},"modified":"2014-11-05T22:07:13","modified_gmt":"2014-11-06T06:07:13","slug":"how-to-make-chrome-safe-from-the-poodle-vulnerability","status":"publish","type":"page","link":"https:\/\/www.podfeet.com\/blog\/tutorials-5\/how-to-make-chrome-safe-from-the-poodle-vulnerability\/","title":{"rendered":"How to Make Chrome Safe from the POODLE Vulnerability"},"content":{"rendered":"<div class=\"clarify-article-content\">\n<div class=\"clarify-article-description\">\n<p>This tutorial was written by Dorothy, aka <a href=\"http:\/\/twitter.com\/maclurker\" target=\"_blank\">@MacLurker<\/a> to tell Google Chrome to ignore SSL and only allow TLS1. <\/p>\n<p>Before starting, quit all instances of Chrome<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p><!--more--><\/p>\n<div class=\"clarify-article-content\">\n<div class=\"clarify-steps-container\">\n<div id=\"clarify-step-2\" class=\"clarify-step-container\">\n<h3 class=\"clarify-step-title\">1. Create an Automator app<\/h3>\n<div class=\"clarify-step-instructions\">\n<p>Start up Automator.<\/p>\n<ol>\n<li>Select &quot;Application&quot;<\/li>\n<li>Click &quot;Choose&quot;<\/li>\n<\/ol>\n<p>If you don&#8217;t see this document, click &quot;New Document&quot;. Or &quot;File&quot;, then &quot;New&quot;<\/p>\n<\/div>\n<div class=\"clarify-step-image-wrapper\">\n<div class=\"clarify-step-image-container\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.podfeet.com\/blog\/wp-content\/uploads\/2014\/10\/1-create-an-automator-app.png\" width=\"614\" height=\"435\" class=\"clarify-step-image\" alt=\"\" \/><\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"clarify-clear\"><\/div>\n<div id=\"clarify-step-3\" class=\"clarify-step-container\">\n<h3 class=\"clarify-step-title\">2. Add a shell script action<\/h3>\n<div class=\"clarify-step-instructions\">\n<ol>\n<li>In Library pane, click &quot;Utilities&quot;<\/li>\n<li>From middle pane, drag &quot;Run Shell Script&quot; to workflow on right.<\/li>\n<li>Note addition of shell script to workflow.<\/li>\n<\/ol>\n<\/div>\n<div class=\"clarify-step-image-wrapper\">\n<div class=\"clarify-step-image-container\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.podfeet.com\/blog\/wp-content\/uploads\/2014\/11\/wpid5795-2-add-a-shell-script-action.png\" width=\"614\" height=\"373\" class=\"clarify-step-image\" alt=\"\" \/><\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"clarify-clear\"><\/div>\n<div id=\"clarify-step-4\" class=\"clarify-step-container\">\n<h3 class=\"clarify-step-title\">3. Enter these lines into shell script, replacing the &quot;cat&quot;, until it looks like this:<\/h3>\n<div class=\"clarify-step-instructions\">\n<p>Copy and paste the following two lines into the shell script body:<\/p>\n<pre><code>open -a &quot;Google Chrome.app&quot; --args -ssl-version-min=tls1<\/code><\/pre>\n<p># keep the .app suffix or will break with Parallels<\/p>\n<\/div>\n<div class=\"clarify-step-image-wrapper\">\n<div class=\"clarify-step-image-container\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.podfeet.com\/blog\/wp-content\/uploads\/2014\/10\/3-enter-these-lines-into-shell-scrlpt-replacing-the-cat-until-it-looks-like-this-.png\" width=\"614\" height=\"347\" class=\"clarify-step-image\" alt=\"\" \/><\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"clarify-clear\"><\/div>\n<div id=\"clarify-step-5\" class=\"clarify-step-container\">\n<h3 class=\"clarify-step-title\">4. Save the app in the Applications folder. Call it &quot;ChromeSafe&quot;<\/h3>\n<div class=\"clarify-step-instructions\">\n<p>Click &quot;File&quot;, then &quot;Save&#8230;&quot;<\/p>\n<ol>\n<li>Enter &quot;ChromeSafe&quot; in &quot;Save As:&quot;, replacing &quot;Untitiled&quot;<\/li>\n<li>Navigate to Applications folder<\/li>\n<li>Make sure File Format is &quot;Application&quot;<\/li>\n<li>Click &quot;Save&quot;<\/li>\n<\/ol>\n<p>Note: If you&#8217;re not logged in as an Administrator, you won&#8217;t be able to directly save the application to the Applications folder. &nbsp;Instead, save the application to your desktop. &nbsp;Follow Step 5 to change the icon, then drag ChromeSafe to your Applications folder. You will be prompted for Admin credentials and then everything should be dandy.<\/p>\n<\/div>\n<div class=\"clarify-step-image-wrapper\">\n<div class=\"clarify-step-image-container\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.podfeet.com\/blog\/wp-content\/uploads\/2014\/10\/4-save-the-app-in-the-applications-folder-call-it-chromesafe-.png\" width=\"614\" height=\"368\" class=\"clarify-step-image\" alt=\"\" \/><\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"clarify-clear\"><\/div>\n<div id=\"clarify-step-6\" class=\"clarify-step-container\">\n<h3 class=\"clarify-step-title\">5. Replace the new Automator app&#8217;s icon with the Chrome icon (just to give you a visual cue)<\/h3>\n<div class=\"clarify-step-instructions\">\n<p>Open &quot;Applications&quot; folder in &quot;Finder&quot;.<\/p>\n<p>1. Get Info on your real Google Chrome. (Right-click on file name in Finder window. Select &quot;Get Info&quot;<\/p>\n<p>2. Click on the icon on the top left, press Cmd-C, <\/p>\n<p>3. Get Info on your Chrome Automator app. <\/p>\n<p>4. Click the icon, and press Cmd-V. This replaces Automator icon with Chrome icon<\/p>\n<p>5. Close both Info windows.<\/p>\n<\/div>\n<div class=\"clarify-step-image-wrapper\">\n<div class=\"clarify-step-image-container\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.podfeet.com\/blog\/wp-content\/uploads\/2014\/10\/5-replace-the-new-automator-app-s-icon-with-the-chrome-icon-just-to-give-you-a-visual-cue-.png\" width=\"614\" height=\"486\" class=\"clarify-step-image\" alt=\"\" \/><\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"clarify-clear\"><\/div>\n<div id=\"clarify-step-7\" class=\"clarify-step-container\">\n<h3 class=\"clarify-step-title\">6. Verify ChromeSafe from Applications folder<\/h3>\n<div class=\"clarify-step-instructions\">\n<p>a. Double click ChromeSafe file name from Applications folder in Finder. Verify Chrome starts. <\/p>\n<p>b. Verify Chrome in safe mode: See Step AA below<\/p>\n<p>c. Now quit Chrome<\/p>\n<\/div><\/div>\n<div class=\"clarify-clear\"><\/div>\n<div id=\"clarify-step-8\" class=\"clarify-step-container\">\n<h3 class=\"clarify-step-title\">7. Verify you can see the new app from your favorite app launcher.<\/h3>\n<div class=\"clarify-step-instructions\">\n<p>a. Launch ChromeSafe from LaunchPad or your favorite app launcher. Verify Chrome starts.<\/p>\n<p>b. Verify Chrome in safe mode: See Step AA below<\/p>\n<p>c. Now quit Chrome<\/p>\n<\/div><\/div>\n<div class=\"clarify-clear\"><\/div>\n<div id=\"clarify-step-9\" class=\"clarify-step-container\">\n<h3 class=\"clarify-step-title\">8. (optional) Add to Dock<\/h3>\n<div class=\"clarify-step-instructions\">\n<p>a. Drag from Applications folder to Dock<\/p>\n<p>b. Launch new safe Chrome from Dock. Verify Chrome starts.<\/p>\n<p>c. Verify Chrome in safe mode: See Step AA below<\/p>\n<\/div>\n<div class=\"clarify-step-image-wrapper\">\n<div class=\"clarify-step-image-container\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.podfeet.com\/blog\/wp-content\/uploads\/2014\/10\/8-optional-add-to-dock.png\" width=\"614\" height=\"164\" class=\"clarify-step-image\" alt=\"\" \/><\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"clarify-clear\"><\/div>\n<div id=\"clarify-step-10\" class=\"clarify-step-container\">\n<h3 class=\"clarify-step-title\">9. Clean-up<\/h3>\n<div class=\"clarify-step-instructions\">\n<p>From now on, remember to use the &quot;ChromeSafe&quot; to start Chrome.<\/p>\n<p>You now have two Chrome icons both in your Applications folder and on your Dock. One will say &quot;Google Chrome&quot;. This is the original non-safe Chrome. The other will say &quot;ChromeSafe&quot;. This is the new app you just created from this process.<\/p>\n<p>If you didn&#8217;t have Chrome in your Dock before, you can ignore all the Dock instructions, as well as Step 7 above.<\/p>\n<p>If you did and you don&#8217;t want to confuse yourself, you can remove the original &quot;Google Chrome&quot; icon from the Dock. Don&#8217;t remove it from the Applications folder. ChromeSafe expects to find it there.<\/p>\n<p>You can now close the ChromeSafe application and quit Automator.<\/p>\n<\/div><\/div>\n<div class=\"clarify-clear\"><\/div>\n<div id=\"clarify-step-11\" class=\"clarify-step-container\">\n<h3 class=\"clarify-step-title\">AA. Test that Chrome is now safe.<\/h3>\n<div class=\"clarify-step-instructions\">\n<p>Enter the following in the URL address field:<\/p>\n<p>https:\/\/www.ssllabs.com\/ssltest\/viewMyClient.html <\/p>\n<p>Verify your page looks like this.<\/p>\n<\/div>\n<div class=\"clarify-step-image-wrapper\">\n<div class=\"clarify-step-image-container\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.podfeet.com\/blog\/wp-content\/uploads\/2014\/10\/aa-test-that-chrome-is-now-safe.png\" width=\"631\" height=\"215\" class=\"clarify-step-image\" alt=\"\" \/><\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"clarify-clear\"><\/div>\n<div id=\"clarify-step-12\" class=\"clarify-step-container\">\n<h3 class=\"clarify-step-title\">AB. What happens when Chrome is NOT safe<\/h3>\n<div class=\"clarify-step-image-wrapper\">\n<div class=\"clarify-step-image-container\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.podfeet.com\/blog\/wp-content\/uploads\/2014\/10\/ab-what-happens-when-chrome-is-not-safe.png\" width=\"614\" height=\"221\" class=\"clarify-step-image\" alt=\"\" \/><\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"clarify-clear\"><\/div>\n<\/p><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>This tutorial was written by Dorothy, aka @MacLurker to tell Google Chrome to ignore SSL and only allow TLS1. Before starting, quit all instances of Chrome<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":4374,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"jetpack_post_was_ever_published":false,"footnotes":""},"categories":[],"tags":[150],"class_list":["post-5802","page","type-page","status-publish","hentry","tag-mac-tutorials","post"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.podfeet.com\/blog\/wp-json\/wp\/v2\/pages\/5802","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.podfeet.com\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.podfeet.com\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.podfeet.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.podfeet.com\/blog\/wp-json\/wp\/v2\/comments?post=5802"}],"version-history":[{"count":3,"href":"https:\/\/www.podfeet.com\/blog\/wp-json\/wp\/v2\/pages\/5802\/revisions"}],"predecessor-version":[{"id":5875,"href":"https:\/\/www.podfeet.com\/blog\/wp-json\/wp\/v2\/pages\/5802\/revisions\/5875"}],"up":[{"embeddable":true,"href":"https:\/\/www.podfeet.com\/blog\/wp-json\/wp\/v2\/pages\/4374"}],"wp:attachment":[{"href":"https:\/\/www.podfeet.com\/blog\/wp-json\/wp\/v2\/media?parent=5802"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.podfeet.com\/blog\/wp-json\/wp\/v2\/categories?post=5802"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.podfeet.com\/blog\/wp-json\/wp\/v2\/tags?post=5802"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}