Jump to content

CC4 SSL issue in Firefox and IE


duckmansweb

Recommended Posts

Guest Roger Huston

Hello,

This usually happens when people use full URL paths for images. If your image path contains http://yourwebsite.au/images/someimage.jpg, then you will see this error as it is trying to deliver http content over https. The way to fix this issue is to use relative paths ONLY for everything. <img src="/images/someimage.jpg" alt="" />. That way the website will append the proper http or https onto the path and everything will be fine.

- Roger

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...