Last active
November 22, 2016 11:43
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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