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/
http_proxy=http://myUser:MyPassword@myProxyHost:3128/
Option 2. Run following commands
export http_proxy=http://myUser:MyPassword@myProxyHost:3128/
export ftp_proxy=http://myUser:MyPassword@myProxyHost:3128/
(It's better to restart the container just in case after the changes)
Don't remember now which one has actually helped, but anyways good that
you've helped to identify a bug.
Regards,
Roman
--
View this message in context:
http://xwiki.475771.n2.nabble.com/how-to-use-xwiki-behind-an-authenticating…
Sent from the XWiki- Users mailing list archive at
Nabble.com.