Whenever I load the login page I have to manually edit the source using
Firebug in order to send off the form: the form's action is set to
"//connect" which, of course, does not work; it does, however, when I
modify it to "/connect". Any idea why this happens? I looked for a
hostname setting in sogo's GNUstep defaults, but I couldn't find one. Is this
in some way related to the headers x-webobjects-server-name or
x-webobjects-server-url? This is how they are currently set in my nginx config:
proxy_set_header Host $host;
proxy_set_header x-webobjects-server-protocol HTTP/1.0;
proxy_set_header x-webobjects-remote-host 127.0.0.1;
proxy_set_header x-webobjects-server-name $host;
proxy_set_header x-webobjects-server-url $scheme://$host;
Another, probably related, issue is that the path of the cookies SOGo is using
is set to "/connect/", which does not work (my installation is in root). My
current workaround is
proxy_cookie_path /connect/ /;
Thanks for your help!
stefan
--
[email protected]
https://inverse.ca/sogo/lists