Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2010
    Posts
    48
    Plugin Contributions
    1

    Default switching back and forth between http and https

    is it possible to set-up so the store so it does not switch back and forth between the http: and https: state?
    i.e. the store is http: unless at the login page or checkout page (and further)
    and http: when logged in but just browsing the store ~ again until checkout is clicked on the cart page.

    i’m thinking as a user it would be nice once logged in it remained in the https: state

    perhaps unnecessary, but it does lead me to think the customer would see it dropping out of secure to non-secure and perhaps draw the wrong conclusion that the site is not secure.

    ~ a lateral thought came to me that i could just define

    PHP Code:
      define('HTTP_SERVER''http://www.mydomain.co.uk');
      
    define('HTTPS_SERVER''https://www.mydomain.co.uk'); 
    to

    PHP Code:
      define('HTTP_SERVER''https://www.mydomain.co.uk');
      
    define('HTTPS_SERVER''https://www.mydomain.co.uk'); 
    (in configure.php)
    but thought i’d ask first

  2. #2
    Join Date
    Dec 2006
    Location
    Ontario
    Posts
    112
    Plugin Contributions
    0

    Default Re: switching back and forth between http and https

    that will work but the site will be slow. Most people dont notice the https. but they do notice slow websites

  3. #3
    Join Date
    Sep 2010
    Posts
    48
    Plugin Contributions
    1

    Default Re: switching back and forth between http and https

    cheers for prompt reply IDW,
    nice to know,
    I'm guessing 'slow' because of the ssl check each page load?

    I'll keep it running http & https,

    i personally know there's no need for the ssl/https state while browsing... no sensitive content needing encrypting etc

    it was just bugging me that the padlock was obviously appearing and disappearing, and wondered what another less knowledgeable customer would start to think etc

  4. #4
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: switching back and forth between http and https

    The point IDW made about "slow" is based on the long-standing understanding that since it takes the server extra time to encrypt the page content, and your browser takes some time to decrypt the received content before it can display it, that the user's experience may be slightly hindered, especially if they're using very slow internet connections.

    But since most good reliable webservers are more highly powered nowadays, that argument becomes less and less relevant.

    Nevertheless, there's no need to be staying in SSL mode if the page content being displayed or the data being entered is not sensitive in any way.

    If your customers do actually complain to you about it, then you can decide to make changes *then*. Until such time, it's not necessary, and just complicates things needlessly. Zen Cart will switch in and out of SSL where needed. It's highly unusual for customers to find this confusing or undesirable.
    .

    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.

  5. #5
    Join Date
    Sep 2010
    Posts
    48
    Plugin Contributions
    1

    Default Re: switching back and forth between http and https

    thanks for the clarification

 

 

Similar Threads

  1. v154 How to switch between http and https
    By su35 in forum General Questions
    Replies: 4
    Last Post: 11 Jul 2016, 02:54 PM
  2. Back and forth between PayPal & Zen Cart
    By Elly in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 29 Jun 2011, 05:09 PM
  3. Should DNS jump back and forth?
    By cloakvai in forum General Questions
    Replies: 9
    Last Post: 10 Jun 2009, 09:30 PM
  4. My Pages Shift back and forth
    By bruhnf in forum General Questions
    Replies: 6
    Last Post: 25 Jan 2009, 12:38 PM
  5. switching from http to https
    By metamp in forum Basic Configuration
    Replies: 1
    Last Post: 8 Feb 2007, 09:00 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