Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Enabling SSL Breaks Catalog / Admin

    Quote Originally Posted by Famsta View Post
    However, the catalog itself is still using http:// until I go to checkout.
    Yes, that is entirely normal.
    Quote Originally Posted by Famsta View Post
    This is causing the secure bar not to pop up until users are done shopping, and go to checkout.
    Again, that's perfectly normal, and entirely expected.
    Quote Originally Posted by Famsta View Post
    Also, I put a .htaccess file at the root of the site to force traffic to https://
    EEKS! Not a good idea!
    Quote Originally Posted by Famsta View Post
    Is there any way I can force the catalog to use https:// for all aspects while browsing the catalog and shopping?
    WHY? Is there something super-secret about what your customers are shopping for?
    .

    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.

  2. #12
    Join Date
    Oct 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Enabling SSL Breaks Catalog / Admin

    Ok ... if that's entirely normal then I guess then everything is fine. I wasn't totally sure it was working correctly yet.

    I figured it would be nice for people to see the secure bar while shopping... (and partly because I just wanted to see it since I worked so hard to get it to work, )

    I also got the feeling people consciously look for it after your previous reply, "It's very inexpensive and customers do like to know that you take their privacy and security seriously."

    But I guess as long as it's there when people are putting in sensitive information it's all good.

    Also, I should probably note, at one point I did have the catalog embedded within the main page using an iframe, this also caused the blue bar not to show up, even while checking out.

    I'm assuming using an iframe is not an intended use. That's not really a problem I guess. I'll just point straight to the catalog instead.

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

    Default Re: Enabling SSL Breaks Catalog / Admin

    Quote Originally Posted by Famsta View Post
    at one point I did have the catalog embedded within the main page using an iframe, this also caused the blue bar not to show up, even while checking out.
    Correct. If the iframe is showing inside another non-ssl frame, then the "blue bar" will not show.
    Quote Originally Posted by Famsta View Post
    I'm assuming using an iframe is not an intended use.
    Correct. Using iframes is generally bad practice in commerce applications.
    .

    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.

  4. #14
    Join Date
    Oct 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Enabling SSL Breaks Catalog / Admin

    Thank you DrByte, you've been a huge help, you have no idea. I can feel my sanity being restored :)

    I dedicate this song to you:
    http://www.youtube.com/watch?v=6m3vtWYCuMg


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

    Default Re: Enabling SSL Breaks Catalog / Admin

    Haha!

    Glad I was able to help.
    .

    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. #16
    Join Date
    Jul 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: Enabling SSL Breaks Catalog / Admin

    Hi all

    I'm having the same problem

    Hope you can help me

    I've installed zencart....I also have purchase an SSL cert from my host

    Everything is fine until i change the configure.php files to install the SSL...and then my site dissapears, plus I cannot access my admin

    Can you help me?

    I'm not sure what has happened...

    Cheers
    Anthony

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

    Default Re: Enabling SSL Breaks Catalog / Admin

    .

    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.

  8. #18
    selcyis Guest

    Default Re: Enabling SSL Breaks Catalog / Admin

    Question:

    How would I force the https:// when going to the site instead of having it go to http:// ?

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

    Default Re: Enabling SSL Breaks Catalog / Admin

    Quote Originally Posted by selcyis View Post
    Question:

    How would I force the https:// when going to the site instead of having it go to http:// ?
    Simple: change your HTTP_SERVER define from starting with 'http://' to start with 'https://' ... well, put the correct URL into it.

    If you're using a shared-cert, don't do that, because your customers will see that you're sending them to some other random site and will just quit and go someplace else.

    But, unless you've got a solid business reason for making "every" page be https, then don't. Zen Cart already takes care of SSL where it's required. Changing that is overkill and pointless for 95% of all stores. Don't do it unless you know EXACTLY why you're doing it.
    .

    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 2 of 2 FirstFirst 12

Similar Threads

  1. v151 Admin login loop after enabling SSL - v151
    By michaeltw in forum General Questions
    Replies: 10
    Last Post: 19 Dec 2013, 12:44 AM
  2. Catalog/Admin panel breaks when turning on SSL
    By Famsta in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 28 Oct 2011, 04:31 PM
  3. Admin Login Issues After Enabling SSL
    By Symbah in forum Basic Configuration
    Replies: 0
    Last Post: 24 Nov 2009, 07:41 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