Results 1 to 10 of 10
  1. #1
    Join Date
    Oct 2008
    Posts
    5
    Plugin Contributions
    0

    Default making the whole site SSL

    i got it to work. When people checkout and all. But i would like to know if i can make the whole site be SSL. so customers feel like its a safe place to shop from the start. Thanks for your time.

  2. #2
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: making the whole site SSL

    Quote Originally Posted by streak View Post
    i got it to work. When people checkout and all. But i would like to know if i can make the whole site be SSL. so customers feel like its a safe place to shop from the start. Thanks for your time.
    SSL is NOT needed when no private data is transferred. And note that ssl is slower that the normal protocol

    Try going to amazon.com for example, do you see them use ssl on every page?
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #3
    Join Date
    Oct 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: making the whole site SSL

    ok thats what i thought. Thanks for the info. If its slower.. thats the last thing my site needs. :)

  4. #4
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: making the whole site SSL

    Plus it will toss any page rank you have on google in the toilet. Search engine will crawl secure pages but do not assign any page rank to them
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  5. #5
    Join Date
    Sep 2006
    Posts
    27
    Plugin Contributions
    0

    Idea or Suggestion Re: making the whole site SSL

    It does not make sense to use SSL on the whole site. No one cares about which page and who is browsing the website if there is no sensitive information.

    The website will be rendered very slow if you implement SSL on the whole site. Web surfers are impatient, especially new visitors. If they don't see your pages load in a few (probably 5) seconds, they would just close the site, since there are so many results on the google/yahoo pages, you're thrown out of the sea.

    However, I would recommend you secure the whole admin section of the website, which current zen-cart version does not do (it only secures the login page).

    The way of doing it is easy, just go to the admin/includes/functions/html_output.php and modify the function zen_href_link

    add a line to set the variable $connection = 'SSL';

    but you might encounter minor problems on some pages since they were not originally written for the SSL environment. However, I don't see so many so far.

  6. #6
    Join Date
    Sep 2006
    Posts
    27
    Plugin Contributions
    0

    Default Re: making the whole site SSL

    Forgot to mention that:

    Please make sure that your transaction pages and login pages are secured. This is very important.

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: making the whole site SSL

    mathewchan, the easy way to make a site totally secure is to just edit the configure.php files and only use the secure URL for both the secure and non-secure settings ... there is no reason to touch the code for this change ...

    Granted, I prefer to have sites get spidered so folks can find it, as barco57 pointed out ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #8
    Join Date
    Sep 2006
    Posts
    27
    Plugin Contributions
    0

    Default Re: making the whole site SSL

    Quote Originally Posted by Ajeh View Post
    mathewchan, the easy way to make a site totally secure is to just edit the configure.php files and only use the secure URL for both the secure and non-secure settings ... there is no reason to touch the code for this change ...

    Granted, I prefer to have sites get spidered so folks can find it, as barco57 pointed out ...
    thanks! Yea you are right. It is much easier to set the SSL status to true in the configuration file. But I think the admin side wasn't written as a complete SSL environment, therefore by turning on SSL status in the configuration file just secures the admin login page, not other pages.

    Or may be I'm wrong? Or is there actually a parameter to make the whole admin environment secure?

  9. #9
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: making the whole site SSL

    If you use the secure url in ALL 4 spots in the admin config thats all you need to do,
    no code changes needed....

    also IF you are using a shared ssl then you may lose the ability to use the wysiwyg editor
    Zen cart PCI compliant Hosting

  10. #10
    Join Date
    Sep 2006
    Posts
    27
    Plugin Contributions
    0

    Default Re: making the whole site SSL

    Quote Originally Posted by Merlinpa1969 View Post
    If you use the secure url in ALL 4 spots in the admin config thats all you need to do,
    no code changes needed....

    also IF you are using a shared ssl then you may lose the ability to use the wysiwyg editor
    Oh I figured. Thanks so much! I was being stupid.

 

 

Similar Threads

  1. How to enable SSL for the whole site during customers log in?
    By akidworld in forum Installing on a Linux/Unix Server
    Replies: 27
    Last Post: 8 Apr 2010, 04:49 AM
  2. SSL whole site/cart?
    By ghs215 in forum General Questions
    Replies: 9
    Last Post: 14 Sep 2007, 03:43 PM
  3. Redirect whole site to SSL
    By dasonix in forum General Questions
    Replies: 2
    Last Post: 23 Apr 2007, 12:36 PM
  4. SSL for the whole site???
    By hilit in forum General Questions
    Replies: 3
    Last Post: 28 Oct 2006, 08:05 PM

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