I'm trying to use Drush with a site that has HTTP authentication.
I can't seem to get drush to connect, I'm trying..
$ drush --uri=http://user:pass@subdomain.example.com status
(Fails on bootstrap, works fine with otherwise with HTTP auth turned off).

Couldn't find anywhere on how to do this, any help much appreciated.

Thanks

Comments

leon kessler’s picture

Category: feature » support
Status: Active » Closed (fixed)

Fixed by disabling HTTP auth when PHP is run by the command line.
Solution found here: http://drupal.org/node/268854