Skip to content

Instantly share code, notes, and snippets.

@greg-1-anderson
Last active November 22, 2016 11:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greg-1-anderson/fb1dba054c35c46af644 to your computer and use it in GitHub Desktop.
Save greg-1-anderson/fb1dba054c35c46af644 to your computer and use it in GitHub Desktop.
Workaround for lack of ssl support at fastly for updates.drupal.org
<?php
// Place in $HOME/.drush/drushrc.php
// OBSOLETE workaround for lack of SSL cert handling at fastly for updates.drupal.org.
// Running without ssl exposes you to man-in-the-middle attacks, so REMOVE THIS, since
// https support is now unofficially provided again.
// $command_specific['pm-download']['source'] = 'http://updates.drupal.org/release-history';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment