Page 1 of 6 123 ... LastLast
Results 1 to 10 of 52
  1. #1
    Join Date
    Nov 2005
    Posts
    71
    Plugin Contributions
    0

    Default Suddenly getting SSL Security Warning

    I have 6 images that are calling this warning when a customer tries to log in.

    Yes, I have read all of the related threads about this that I could find. yes, I understand that I am supposedly having this problem because of how something is calling to a some of my images.

    What I don't understand is why this was working fine a week ago and now its not. And I have looked through my codes and cannot find anything that is hard coded to these images. Totally confused by now. Thanks for any help.

    *** removed URL ***
    it happens when you click Log In at the top of the page.

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

    Default Re: SSL Security Warning

    Who is your hosting company?
    It appears as though they've changed something in the configuration of the shared-SSL certificate you're using, or how the server handles SSL, and now Zen Cart is no longer able to detect that the visitor is on an SSL page.

    You can see proof of this by clicking your login link, then right-clicking in your browser and choosing "View Source", and look at the <base href=xxxxxxx> tag. That xxxxxx value will automatically change to your https (SSL) address if the server is properly configured. If it shows your http address instead, then the server's SSL isn't properly configured.

    You need to log a ticket with them.
    .

    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.

  3. #3
    Join Date
    Nov 2005
    Posts
    71
    Plugin Contributions
    0

    Default Re: SSL Security Warning

    Quote Originally Posted by DrByte View Post
    Who is your hosting company?
    It appears as though they've changed something in the configuration of the shared-SSL certificate you're using, or how the server handles SSL, and now Zen Cart is no longer able to detect that the visitor is on an SSL page.

    You can see proof of this by clicking your login link, then right-clicking in your browser and choosing "View Source", and look at the <base href=xxxxxxx> tag. That xxxxxx value will automatically change to your https (SSL) address if the server is properly configured. If it shows your http address instead, then the server's SSL isn't properly configured.

    You need to log a ticket with them.
    Thank you! I KNEW that was the problem in some way or another. I already opened a ticket with them but they insisted it was on this end. Now that I have your info to share with them, hopefully they will get this fixed for me.

    Again thanks!

  4. #4
    Join Date
    Nov 2005
    Posts
    71
    Plugin Contributions
    0

    Default Re: SSL Security Warning

    Can you tell me if you think it is possible that this could have anything to do with a change in PHP? That's the only thing that has really changed that I know of and they are tellling me that there has been no changes in the shared cert on their end.

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

    Default Re: SSL Security Warning

    PHP change, maybe.
    Apache change, definitely.
    .

    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
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: SSL Security Warning

    I really hate having to teach hosting companies how to configure their servers. Especially when it comes to SSL. If they can't do it right, they ought not to be doing it in the first place.

    This post has a tool they can use to keep testing things to determine when they've fixed the problem they created: http://www.zen-cart.com/forum/showpo...87&postcount=4
    .

    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.

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

    Default Re: SSL Security Warning

    Is that something that I can use too? Can I try it before I send it to them, or could I mess up something with it?

    Thank you!

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

    Default Re: SSL Security Warning

    You can certainly try it yourself.

    If it's working properly, when you access it using an https URL it should say Protocol: SSL. Otherwise it'll say Protocol: NONSSL.

    I might suggest putting the file in your /extras/ folder, and maybe giving it a slightly different filename, just so snoopers don't go using the file and gleaning information about your server that they've got no business knowing.
    .

    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.

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

    Default Re: SSL Security Warning

    Or I could just delete it when I am done? I usually dont leave stuff like that on my server.....

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

    Default Re: SSL Security Warning

    Quote Originally Posted by katco View Post
    Or I could just delete it when I am done? I usually dont leave stuff like that on my server.....
    most definitely ... it should never be left on the server
    use it only when needed
    .

    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.

 

 
Page 1 of 6 123 ... LastLast

Similar Threads

  1. Firefox SSL security warning
    By netbouy in forum General Questions
    Replies: 97
    Last Post: 18 Aug 2011, 09:14 AM
  2. Suddenly getting Security Hash Problem AND Communications Error
    By Oriontool in forum Built-in Shipping and Payment Modules
    Replies: 26
    Last Post: 22 Apr 2010, 08:03 AM
  3. getting a security warning on contents in IE and FF
    By beyre in forum General Questions
    Replies: 10
    Last Post: 9 Nov 2009, 12:53 AM
  4. SSL Security Warning
    By GTrotter in forum General Questions
    Replies: 11
    Last Post: 16 Jul 2009, 10:24 PM
  5. Getting Rid Of Security Warning
    By madk in forum General Questions
    Replies: 3
    Last Post: 12 Oct 2006, 02:46 AM

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