secure pages
unsecure_pages said 1 year, 1 month ago:
Im IE9 when navigating out of secure pages (https) the template goes out of wack and i get a warning on the bottom asking “show all content”. you have to prompt yes so it goes back to normal. Is there a way to avoid this? If the issue is with the SSL certificate what needs to be done? the key lock shows in yellow.
thanks in advance
shawn
bryceh said 1 year, 1 month ago:
@unsecure_pages
This type of error sounds like it is due to the way your site has been designed. It is possible that you have a combination of secure and non-secure objects on the page. For example, if your secure website was https://www.domain.tld and you added an object (an image, script, flash file, etc.) to that page that was located at http://www.domain.tld/image.jpg, you would break the seal.
You will need to change your design to link to objects using https (ie https://www.domain.tld/image.jpg) or modify your site design to use relative paths (/image.jpg).
This error can only be corrected by modifying your site design. You may want to contact your web designer or the manufacturer of your web design software if you require additional assistance modifying your site design.
Hope this helps!
-Bryce
unsecure_pages said 1 year, 1 month ago:
Bryce,
Thanks for the reply, yes, i realize that and i believe everything has been uploaded through the cart system, i can’t think of anything else other than the SSL certificate. I am using pinnacle cart and their online support states what you are referring to but they don’t provide any further assistance.
shawn
Nate D said 1 year, 1 month ago:
@unsecure_pages – It is not where the files are located. It would be references to other files, like images, JavaScript, CSS, etc.
<img src="..." />
<script type="text/javascript" src="..."></script>
<link rel='stylesheet' href='...' type='text/css' />
(does not include hyperlinks, can be http or https)
<a href...></a>
On the pages this is happening, on secure pages look for unsecured references (http://), on unsecured pages look for secured references (https://).
You can also post your domain name for help troubleshooting.
Nate D said 1 year, 1 month ago:
@unsecure_pages – I also wanted to point out that you can drop the http: or https: from the reference and it would automatically select based on the current page.
<img src="http://yourdomain.com/images/photo.jpg">
<img src="//yourdomain.com/images/photo.jpg">
9 min expected wait time