aws-samples / aws-refarch-wordpress

This reference architecture provides best practices and a set of YAML CloudFormation templates for deploying WordPress on AWS.
MIT No Attribution
1.08k stars 601 forks source link

HTTPS not pass through or detected #43

Open elmic11111 opened 6 years ago

elmic11111 commented 6 years ago

I'm using HTTPS and when using cloudfront the system fails to detect that, so it's refrencing some content in http which then Chrome blocks. Any one else had this issue?

michael-newman commented 6 years ago

Not understanding the specifics of the issue; but, will share a couple of thoughts that you might find helpful:

If you are not getting a secured connection at all, check the following: Certificate contains domain names for mysite.com & *.mysite.com, Certificate is in appropriate region for cloud front (for me US-east-1), Certificate Status is issued.

If you are getting some secured pages, some not, it sounds like there may be mixed content issues. When I went through this I recall using the browser's inspector to identify any http:// content, we corrected it, then the page went secured. Haven't had any problems since.

Regards, Mike