I have a drupal7/ubercart3 site. The Securepages module does not work and my preferred uc_ssl does not have a Drupal7 version.
For now, I've made the full site secure (https://) via .htaccess.
How do I get all page resources (ie: images) to come from 'https://%27? Apparently Chrome will not show a "Green padlock" next to the URL unless all page content has the "https' secure url. You will see a https with a red line through it, and an 'x' on the padlock.
I have the base_url in my settings.php set to https://mysite.com .. that has not affect.
Thanks,