Anybody tried running b2evolution behind haproxy? With haproxy doing the SSL encryption?
So what this does is a client connect to the HAProxy server (443), the proxy server then connects to b2evolution via HTTP, and then encrypts the content and send to the client.
Have trouble setting this up because:
- I cannot use https:// as the base URL in _basic_config.php as I get a redirected error
- Changing the link to http:// in baseURL fixed the issue, but although the page is now served over HTTPS, all the links in the blog are http (including pictures, etc, and that makes the page insecure).
Anybody done something similiar to this? How to work around this issue? Thanks in advance.
If your proxy is switching from http to https, it should also be translating all URLs at the time it does SSL encryption. It makes no sense to me why it would not do that.