Thread Starter
agrikk
(@agrikk)
Thanks for the info.
Before I put in that hack, I changed my configuration so that I now have a CloudFront distribution answering http://www.rainwalk.net requests and is redirecting HTTP requests to HTTPS. It has the http://www.rainwalk.net cert installed for SSL traffic.
so it is Cloudfront <-> Load Balancer <-> EC2 instances
Why am I seeing the current behavior?
https://www.rainwalk.net
Thread Starter
agrikk
(@agrikk)
One way to do that is to overwrite HTTPS=on and SERVER_PORT=443 server variables in your index.php / wp-config.php file.
I took a look at index.php and wp-config.php and the two variables you mentioned are not defined anywhere.
Can you please be more specific on how I “overwrite” these variables?