I'm trying to set up a reverse proxy (in order to get SSL working on Windows - doesn't seem like there's any other way).
Trouble is that when I access https://foo (via the reverse proxy), OpenERP responds with a redirect to http://foo.
Setting
proxy_mode = True
does not make it leave the url alone like I'd hope. What is it supposed to do? How can I get it to not change the protocol?
Thanks
↧