wp-media / imagify-plugin

Speed up your website with lighter images without losing quality.
https://imagify.io
69 stars 24 forks source link

Picture method uses http instead of https in docker container worpress #744

Open sdykae opened 10 months ago

sdykae commented 10 months ago

Using the Webp “picture”, delivered images are shown as “insecure content”. webp images are delivered using http instead of https image image image

Site is deployed in a container instance that is default exposed as 80 http, cloudflare in the middle rewrites all http to https wp database and all urls are set to https://

I suspect the pluging retrieves the request, since the request cames from cloudflare as http, plugin delivers http urls instead https.

Is there a configuration to change the deliver behavior of webp images?

Can some developer could give hints where to change the option to submit a PR to append the option

docker-image: bitnami/wordpress-nginx