But when I try to login it fails:
Why? How can I solve it?
CodePudding user response:
As mazano said:
Looks like you are running with HTTPS so you need to set the following env variables
HTTP_PROXY_NAME=foo.org HTTP_SCHEME=https
after setting these variables everything works fine!