Page 1 of 1

Content_Image and SSL

Posted: Wed Oct 12, 2011 6:33 pm
by jtcreate
I've got a content_image tag in place on a page marked SSL. The page shows up properly as https://, however the link that is generated to my images directory for the content_image tag is showing up as http://.

How can I force that to show https://? Some browsers call an error as that's the only item not showing up properly. Any help is appreciated. Thanks.

Re: Content_Image and SSL

Posted: Tue Mar 27, 2012 8:10 pm
by wmisk
I got the same error today when adding https to a few of my pages that have secure forms. I wasn't able to find an answer, like what to add to the config.php file, or if there was a preference or setting I could change, but I came up with a workaround that's not the best, but works for now. I changed from a content_image back to a content block, and just added the image there. That will at least allow relative URL's and enable SSL for the image.

Re: Content_Image and SSL

Posted: Tue Mar 27, 2012 8:44 pm
by jtcreate
I think I ended up with the same solution. Not ideal, but a good temp fix. Thanks!