aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/http_proxy_for_openid.mdwn
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawnxp2XU8gIribhhGhGuYtU6eMMwHv5gUGI <Amitai@web>2011-06-14 00:01:42 +0000
committeradmin <admin@branchable.com>2011-06-14 00:01:42 +0000
commit030adf9c4ab67a72812d6973e6c0fde0bdda20f9 (patch)
tree93d78d30aa1dd2936b275fddd5d342ca60cb03ec /doc/bugs/http_proxy_for_openid.mdwn
parent9be66582f0622401a46d661ee2efa9ad51aace7e (diff)
downloadikiwiki-030adf9c4ab67a72812d6973e6c0fde0bdda20f9.tar
ikiwiki-030adf9c4ab67a72812d6973e6c0fde0bdda20f9.tar.gz
findings
Diffstat (limited to 'doc/bugs/http_proxy_for_openid.mdwn')
-rw-r--r--doc/bugs/http_proxy_for_openid.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/http_proxy_for_openid.mdwn b/doc/bugs/http_proxy_for_openid.mdwn
index dc8423e46..28fbee026 100644
--- a/doc/bugs/http_proxy_for_openid.mdwn
+++ b/doc/bugs/http_proxy_for_openid.mdwn
@@ -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]]