Closed (fixed)
Project:
Drush
Version:
7.x-4.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2011 at 11:38 UTC
Updated:
27 Apr 2011 at 16:17 UTC
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
Comment #1
leon kessler commentedFixed by disabling HTTP auth when PHP is run by the command line.
Solution found here: http://drupal.org/node/268854