master
https://www.google.com/accounts/o8/id?id=AItOawnxp2XU8gIribhhGhGuYtU6eMMwHv5gUGI 2011-06-14 00:01:42 +00:00 committed by admin
parent 9be66582f0
commit 030adf9c4a
1 changed files with 7 additions and 0 deletions

View File

@ -61,3 +61,10 @@ Brian May
>> Use $ua->env_proxy() to get it to read the environment variables. Then http:// does work.
>>
>> Unfortunately this breaks https:// even more - but nothing I do seems to make https:// work anymore.
>>> LWP::UserAgent defaults to not caring about proxy settings in
>>> the environment. (To give control over the result, I guess?)
>>> To get it to care, pass `env_proxy => 1` to the constructor. Affected
>>> plugins: aggregate, openid, pinger. This probably wants to be on
>>> by default, and might not need to be configurable. --[[schmonz]]