Quote:
Originally Posted by RichieBoy67
I do not want to get too far off topic here but Cloudflare is much, much more than a proxy service.
Regarding ssl, I have installed letsencrypt onto my server and it worked well for most of my other sites. Great feature!
The only issue I have now is that the images I have imported over the years using the image import plug in are using http:// so those posts are still showing as mixed content.. Same with some of the previous images uploaded via tapatalk.
Everything else is perfect though now.
|
SQL query it away?
Code:
UPDATE post SET pagetext = REPLACE(pagetext,
'http://path-to-image-store.com/',
'https://path-to-image-store.com/');
Take a backup etc..