Closed (works as designed)
Project:
Drupal core
Version:
8.0.5
Component:
update.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2016 at 11:47 UTC
Updated:
13 Apr 2016 at 12:38 UTC
Jump to comment: Most recent
Comments
Comment #2
raj45 commentedThe original issue: Updates broken - curl not using proxy?
Comment #3
dawehnerYou probably have to put something like this into your settings.php:
$settings['http_client_config']['proxy'] = 'http://dmzproxy:3128'Comment #4
raj45 commentedThanks for your suggestion @dawehner. Adding the below seems to fix it:
There are also some proxy setting included in settings.php, which doesn't seem to do any difference... perhaps it should be updated or removed? Or are they serving another purpose?
Comment #5
raj45 commentedIt seems like I need to have all these defined for it to work...
Comment #6
cilefen commented