My site doesn’t use https certificates.
When a robot browses my site in https, Drupal changes the images protocol and caches them as https and therefore they don’t display to other normal users as there is no certificate on the website!!
I could go and re-save the affected pages if I spot them, then visit them in http protocol and then it’s all good until another robot crawls them again in https after a cron job, which will revert the http to https and we are back to square one.
What is the solution for this?
Can the Pathologic module solve this?