Hello. Recently i got on duty to migrate a Drupal site from a host to other. After a lot of reading i managed to do it and make it work as intended. After the installation the customer asked to enable https in all the site (before it was enables just in a paymets form). Most of the content was migrated ok to use https BUT the content in the database from custom Content Types. The thing is, I can view all the images of the content but it is retrieved as http giving me mixed content warnings. Reading about it i changed the settings.php $base_url and .htaccess https rule but the content images are still retrieved as http content.

Comments

Jaypan’s picture

That's likely because they are references at HTTP in the content - which means they are essentially hard-coded as http.

You can try the pathologic module for this. I believe it will take care of this issue.

cmsMinds’s picture

Hi

Check this link, I believe this link would be helpful for you.
https://www.drupal.org/https-information