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-http-proxy-tp7291129p7291644.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to