Closed (won't fix)
Project:
Drush
Version:
5.x-1.3
Component:
PM (dl, en, up ...)
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
16 Jun 2008 at 01:50 UTC
Updated:
13 Jul 2017 at 17:40 UTC
Jump to comment: Most recent
Comments
Comment #1
moshe weitzman commenteddrush_pm just uses update_status module for communicating with drupal.org. please ask there.
Comment #2
Anonymous (not verified) commentedremoved
Comment #3
owen barton commentedIs the issue in fetching the update information (drush refresh), or in downloading the actual update tarballs themselves? If the former then it is an update_status/core issue - if the latter, then we can help.
Comment #4
Anonymous (not verified) commentedremoved
Comment #5
chop commentedTo sort out the problems with the downloading of tarballs via wget with drush from behind a proxy, you need to add the proxy server settings to your .wgetrc file.
and add the following lines, where {PORT} is the port number of your proxy server:
Comment #6
anarcat commentedI think proxy settings could be considered as being outside the scope of Drush, @jacobwg - would that be sufficient for you?
(Does curl or php-curl support such configurations?)
Comment #7
Anonymous (not verified) commentedremoved
Comment #8
moshe weitzman commentedanother technique - http://reluctanthacker.rollett.org/node/114
Comment #9
decibel.places commentedIn my case I do not need the username:password this works as my .wgetrc
where IP_ADDRESS is the IP number; and the port is 80
I also had to create C:\tmp for Drush and make it writeable
(Windows 7 32 bit behind a corporate firewall)
Comment #10
Anonymous (not verified) commentedComment #11
nicholassWindows 10 user here behind a corporate firewall. Besides obtaining a wget.exe(google wget for windows), adding it to my PATH (system environment variables) I also had to to edit the .wgetrc located at C:/Users/YOURNAME/.wgetrc and add the following lines. (if you don't have a .wgetrc visit gnu.org)