All Products 
Username / Customer#
Password
Log In
  • Site Search
  • Domain Search
  • WHOIS Domain Check
24/7 Support: (480) 505-8877
Hablamos Español
9 AM to 9 PM IST
7 days a week
Go Daddy Support

Search help articles, forums, and discussion groups

secure pages

Viewing post 1 to 5 (5 total posts)
Profile picture of unsecure_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

Profile picture of bryceh

GoDaddy Expert 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

Profile picture of unsecure_pages

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

Profile picture of Nate D

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.

Profile picture of Nate D

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">

Add a reply:

You will auto join this group when you reply to this topic.

When posting about a technical issue, please be sure to include as many details as possible, such as your domain name, related URLs and other pertinent information. This consideration will allow us to better understand the situation and quickly assist you.