Results 1 to 10 of 10
  1. #1
    Join Date
    May 2012
    Posts
    92
    Plugin Contributions
    0

    Default Shouldn't ALL the pages say https:// ?

    My God what a struggle. I got PayPal, first the Express Payment as a pre-requisite to Payments Pro. I got an SSL cert. I went through hell getting my hosting company to enable it. I changed the two configure.php files as recommended, and was FINALLY able to enable PayPal Website Payments Pro. Okay, goody.

    Now I am confused.

    1) Shouldn't it be impossible to go to http://www.mysite now? Shouldn't it just automatically go to https://www.mysite?

    2) Should only the home page and the checkout page be https? Or should ALL pages be https?

    Have a look at my site! It's https://www.madwomanofeasthampton.com

    I thank you in advance!

    Yours,

    Culture Click

  2. #2
    Join Date
    May 2012
    Posts
    92
    Plugin Contributions
    0

    Default Re: Shouldn't ALL the pages say https:// ?

    When I click on "Home" it goes back to http:// . Even though I started from https:// .

    ::sigh::
    Last edited by CultureClick; 19 Sep 2012 at 03:12 AM.

  3. #3
    Join Date
    May 2012
    Posts
    92
    Plugin Contributions
    0

    Default Re: Shouldn't ALL the pages say https:// ?

    Oh. In the "configure.php" files, it's not the way the instructions say. Instead you have to change every http to https. So look at my page and tell me, does it look right to you?

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

    Default Re: Shouldn't ALL the pages say https:// ?

    Why are you running your whole site as secure?

    By not using the secure on the defines for HTTP_ you will get the secure when you need them ... on the HTTPS_
    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: v1.5.5]
    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!

  5. #5
    Join Date
    May 2012
    Posts
    92
    Plugin Contributions
    0

    Default Re: Shouldn't ALL the pages say https:// ?

    Quote Originally Posted by Ajeh View Post
    Why are you running your whole site as secure?
    I'm not trying to.

    Quote Originally Posted by Ajeh View Post
    By not using the secure on the defines for HTTP_ you will get the secure when you need them ... on the HTTPS_
    Uhhhh... what? That wasn't especially clear. The problem was first getting it https at all, and then the problem was that when I went back to the home page, it went back to http and not https.

    Thank you!

    Culture Click

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

    Default Re: Shouldn't ALL the pages say https:// ?

    Quote Originally Posted by CultureClick View Post
    1) Shouldn't it be impossible to go to http://www.mysite now? Shouldn't it just automatically go to https://www.mysite?
    Both should be possible.
    SSL/https is only needed on pages which handle sensitive information.
    Quote Originally Posted by CultureClick View Post
    2) Should only the home page and the checkout page be https? Or should ALL pages be https?
    SSL is generally only used on the checkout and login/my-account pages. On the storefront nothing else handles "sensitive" information.
    .

    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
    May 2012
    Posts
    92
    Plugin Contributions
    0

    Default Re: Shouldn't ALL the pages say https:// ?

    Okay. So what should the includes/configure.php and the zc_admin/includes/configure.php actually look like?

    Thanks!

    Culture Click

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

    Default Re: Shouldn't ALL the pages say https:// ?

    Just like the SSL FAQ article says:

    1. Start with the working set of files from before you touched anything about SSL. Always good to keep regular backups ;)

    2. Then for your ADMIN configure.php file:
    - HTTPS_SERVER setting needs to be your SSL URL
    - HTTP_SERVER needs to be set to the same as your HTTPS_SERVER setting (so your admin can be entirely SSL, since it's very often dealing with sensitive info)
    - ENABLE_SSL_ADMIN true

    3. For your non-admin configure.php file:
    - HTTPS_SERVER needs to be your SSL URL
    - HTTP_SERVER needs to be the normal http:// address of your site
    - ENABLE_SSL true

    Hopefully you've not touched any of the DIR_WS_xxxxxxxx or DIR_FS_xxxxxx settings at all
    .

    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
    May 2012
    Posts
    92
    Plugin Contributions
    0

    Default Re: Shouldn't ALL the pages say https:// ?

    A belated THANK YOU! http://www.madwomanofeasthampton.com looks right, now, from the SSL perspective anyhow. And it is now functional.

    I really, REALLY appreciate the time that folks here take to answer questions.

    Sincerely,

    Culture Click the Toddler Zenner

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

    Default Re: Shouldn't ALL the pages say https:// ?

    Glad it's working for you now!
    .

    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.

 

 

Similar Threads

  1. v151 EZ Pages links showing up where they shouldn't
    By rcbitz in forum Installing on a Linux/Unix Server
    Replies: 13
    Last Post: 19 Apr 2013, 04:37 AM
  2. formatting lost on all https pages.
    By makenoiz in forum General Questions
    Replies: 2
    Last Post: 25 Mar 2012, 01:08 AM
  3. HTTPS Not Showing All the Time in Admin
    By Griff1324 in forum General Questions
    Replies: 3
    Last Post: 3 Aug 2008, 10:40 AM
  4. Why do all my pages say "Products" ?
    By CoolCarPartsOnline in forum General Questions
    Replies: 4
    Last Post: 30 May 2008, 03:06 PM
  5. [to do in v1.5] https not triggering on all admin pages
    By Website Rob in forum Bug Reports
    Replies: 6
    Last Post: 27 Oct 2006, 10:55 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