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.
Content_Image and SSL
Re: Content_Image and SSL
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
I think I ended up with the same solution. Not ideal, but a good temp fix. Thanks!