Results 1 to 9 of 9
  1. #1
    Join Date
    Nov 2005
    Posts
    165
    Plugin Contributions
    0

    Default ssl. padlock with yellow triangle. Problem? If so, how to fix?

    Recently we changed our ssl, as old one expired. Then SSL started giving warning signs. In chrome browser, the front https://www.mongolianshop.com looks ok (green padlock). Login page looks ok (greenpadlock).

    Once I enter username and password, I see padlock with yellow triangle. Is that a problem?
    Then when i further checkout, the padlock becomes normal green back again. Do I need to fix it? If so how?

    Strangely, when I logged into this forum I see the same. See the image:
    Name:  ssl-inquiry.jpg
Views: 1077
Size:  18.9 KB

    Thank you all.

  2. #2
    Join Date
    Jun 2008
    Location
    Sheffield South Yorkshire
    Posts
    165
    Plugin Contributions
    1

    Default Re: ssl. padlock with yellow triangle. Problem? If so, how to fix?

    This usually indicates some files on the page are not going through the SSL (any files via http not https). e.g. <img src="http://yourdomain.com/pic.jpg"> instead of <img src="https://yourdomain.com/pic.jpg">

    If you use Google Chrome, you can use the following guide http://stackoverflow.com/questions/1...-an-https-page to see what items are non-SSL on the page.

    Hope this helps.

  3. #3
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

    Default Re: ssl. padlock with yellow triangle. Problem? If so, how to fix?

    i took a quick look at your home page and on line 228, have
    <img alt="" src="http://mongolianshop.com/images/2cocc02.gif" />

    You need to make sure it is
    <img alt="" src="https://mongolianshop.com/images/2cocc02.gif" />
    or
    <img alt="" src="/images/2cocc02.gif" />
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  4. #4
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: ssl. padlock with yellow triangle. Problem? If so, how to fix?

    Quote Originally Posted by colosports
    You need to make sure it is
    <img alt="" src="https://mongolianshop.com/images/2cocc02.gif" />
    or
    <img alt="" src="/images/2cocc02.gif" />
    Unless the image/file is hosted on a different site the second method is the one to use because
    1) It avoids the need for a DNS lookup.
    2) It will work with both SSL and Non-SSL pages.
    3) It makes the site/pages more portable (IOW if the host name or domain name ever gets changed there will be no need to edit the code. Eg. If the site gets moved to/from a subdomain.
    4) It will work both with and without the "www"

    Many people already know all this, but I thought it worth mentioning for those that think both methods are identical.
    Cheers
    RodG

  5. #5
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: ssl. padlock with yellow triangle. Problem? If so, how to fix?

    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Nov 2005
    Posts
    165
    Plugin Contributions
    0

    Default Re: ssl. padlock with yellow triangle. Problem? If so, how to fix?

    Yes, I knew those images that caused the problem. So i deleted them from the server. Then the problem still lingered. Thus i wondered and asked here. Thank you for your feedback.

  7. #7
    Join Date
    Nov 2005
    Posts
    165
    Plugin Contributions
    0

    Default Re: ssl. padlock with yellow triangle. Problem? If so, how to fix?

    Colosport, Dr Byte your recommendations solved the issue.

    I deleted the culprit images already before posting this question here. Yet as it appears still there was a code calling for the src=http://.....images.... And got it from the mainpage editor.

    Thank you very much.

  8. #8
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: ssl. padlock with yellow triangle. Problem? If so, how to fix?

    Quote Originally Posted by zenartman View Post
    Yes, I knew those images that caused the problem. So i deleted them from the server. Then the problem still lingered. Thus i wondered and asked here. Thank you for your feedback.
    It is hard to tell from your comment whether you've resolved the problem or not.

    Deleting the images themselves will not solve the problem (and in some instances can actually make things worse). What you need to do is delete the LINKS to the images, or better yet, FIX the links as has been described throughout this thread.

    Cheers
    RodG

  9. #9
    Join Date
    Nov 2005
    Posts
    165
    Plugin Contributions
    0

    Default Re: ssl. padlock with yellow triangle. Problem? If so, how to fix?

    Thanks RodG. I solved the problem. Fixed the link and also bought a cup of coffee for ZC.

 

 

Similar Threads

  1. SSL Padlock Showing in FF not IE
    By bettysue in forum General Questions
    Replies: 7
    Last Post: 7 Mar 2009, 12:55 AM
  2. SSL Padlock
    By TnT666 in forum General Questions
    Replies: 21
    Last Post: 10 Dec 2007, 10:58 AM
  3. No SSL Padlock
    By sassayone in forum Basic Configuration
    Replies: 15
    Last Post: 2 Nov 2007, 11:57 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR