Tiki Wiki: Hosting behind a reverse proxy/load balancer and forcing HTTPS

Tiki Wiki has support for hosting behing a reverse proxy/load balancer which handles HTTPS. However, I had a heck of a time getting this running. I wasn’t able to find the documentation on their website explaining the setup required, but it is documented in lib/setup/absolute_urls.php. Adding a row to your tiki_preferences table will do the… Continue reading Tiki Wiki: Hosting behind a reverse proxy/load balancer and forcing HTTPS

WordPress: Insecure content behind reverse proxy/load balancer

When running WordPress behind a load balancer or reverse proxy, you may find that you’re getting lots of insecure content warnings in your browser. This may cause the page to load improperly, as all the content is not being delievered. Most reverse proxies and load balances will add an additional header to the request, allowing… Continue reading WordPress: Insecure content behind reverse proxy/load balancer