Hi, > Can anyone provide information about how to configure wordpress to do > this? I put haproxy in front of my personal wordpress install, and > spent a lot of time finding http:// references in the database and > changing them to https://. I updated the site URL in wp-config.php, > plus I tracked down every SSL/TLS option I could find and configured > Wordpress accordingly. > > Even after all that, unless I use TLS on the Apache back end, wordpress > continues to use http for things like links and images generated by the > PHP code. I would prefer to make the back end unencrypted, but I cannot > make it work properly.
Did you patch wp-config.php as per [1] (and send the proper headers from haproxy, of course)? Regards, Lukas [1] http://codex.wordpress.org/Administration_Over_SSL#Using_a_Reverse_Proxy

