Thread Starter
trkr81
(@trkr81)
I found the problem. But just in case anyone else runs into this…
If you are running a plugin that manages https for you, for example “WordPress https”, it will likely rewrite the url to http.
Be aware of this of you are toggling the https plugin on and off. Why? Because each time you insert an image to media (which is uploaded to s3) the cloudfront url will use https by default.
But when your https management plugin is activated, your urls will be inserted with http only.
So, toggling it on and off during development may lead to some assets having http, while others have https.
Thread Starter
trkr81
(@trkr81)
I failed to mention, I’m referring to the “S3 and Cloudfront” plugin found here:
https://wordpress.org/plugins/amazon-s3-and-cloudfront/
Thanks