[xwiki-users] how to use xwiki behind an authenticating http proxy?

2012-02-16 Thread Patrice Godard
Hi, I'm trying to set-up xwiki for my company but I have an issue with our authenticating http proxy which prevents me to install additionnal plugins into xwiki. I searched the FAQ and mailing list archives but could not find a reference to how to use xwiki behind an authenticating proxy (I

Re: [xwiki-users] how to use xwiki behind an authenticating http proxy?

2012-02-16 Thread Thomas Mortagne
On Thu, Feb 16, 2012 at 3:40 PM, Patrice Godard patrice.god...@laposte.net wrote: Hi, I'm trying to set-up xwiki for my company but I have an issue with our authenticating http proxy which prevents me to install additionnal plugins into xwiki. I searched the FAQ and mailing list archives

Re: [xwiki-users] how to use xwiki behind an authenticating http proxy?

2012-02-16 Thread Patrice Godard
Thanks for your reply, First here are my proxy settings (I double-checked them and this machine is using this proxy for other tasks): XWIKI_OPTS=$XWIKI_OPTS -Dhttp.proxyHost=myProxyHost -Dhttp.proxyPort=3128 -Dhttp.proxyUserName=myUser -Dhttp.proxyPassword=MyPassword Then here is part of the

Re: [xwiki-users] how to use xwiki behind an authenticating http proxy?

2012-02-16 Thread Thomas Mortagne
Looks like HttpClient does not take into account http.proxy* system properties by default so they are indeed useless here. I just created http://jira.xwiki.org/browse/XWIKI-7544, will be quickly fixed (probably next week). Thanks for the report. In the meantime if the extension you want to

Re: [xwiki-users] how to use xwiki behind an authenticating http proxy?

2012-02-16 Thread Patrice Godard
Thanks for your reply. I'll try the advanced install ASAP. I found out that I can download extensions from the web site so maybe I can also drop them manually in the extensions folder? (could not find any information about installing extensions offline in the admin guide, that's just my guess).

Re: [xwiki-users] how to use xwiki behind an authenticating http proxy?

2012-02-16 Thread Thomas Mortagne
On Thu, Feb 16, 2012 at 5:43 PM, Patrice Godard patrice.god...@laposte.net wrote: Thanks for your reply. I'll try the advanced install ASAP. I found out that I can download extensions from the web site so maybe I can also drop them manually in the extensions folder? (could not find any

Re: [xwiki-users] how to use xwiki behind an authenticating http proxy?

2012-02-16 Thread coldserenity
Hello Patrice, If you're using Linux box you can also try using the workaround that works (yet unstable) for me I had similar issues so what has helped me is one of the following Option 1. Edit /etc/environment paste following lines ftp_proxy=http://myUser:MyPassword@myProxyHost:3128/