Zen Cart Logo
Forums / PayPal Website Payments Pro support / Shouldn't ALL the pages say https:// ?

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

Views: 1,846

Results 1 to 10 of 10
19 Sep 2012, 1:54 AM
#1
cultureclick avatar

cultureclick

New Zenner

Join Date:
May 2012
Posts:
93
Plugin Contributions:
0

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

19 Sep 2012, 2:07 AM
#2
cultureclick avatar

cultureclick

New Zenner

Join Date:
May 2012
Posts:
93
Plugin Contributions:
0

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::

19 Sep 2012, 2:28 AM
#3
cultureclick avatar

cultureclick

New Zenner

Join Date:
May 2012
Posts:
93
Plugin Contributions:
0

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?

19 Sep 2012, 3:00 AM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

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_

19 Sep 2012, 3:26 AM
#5
cultureclick avatar

cultureclick

New Zenner

Join Date:
May 2012
Posts:
93
Plugin Contributions:
0

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

Ajeh:

Why are you running your whole site as secure?

I'm not trying to.

Ajeh:

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

19 Sep 2012, 3:26 AM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

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

CultureClick:

  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.
    CultureClick:

  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.

19 Sep 2012, 3:28 AM
#7
cultureclick avatar

cultureclick

New Zenner

Join Date:
May 2012
Posts:
93
Plugin Contributions:
0

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

19 Sep 2012, 4:42 AM
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

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
  1. 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

22 Sep 2012, 1:08 PM
#9
cultureclick avatar

cultureclick

New Zenner

Join Date:
May 2012
Posts:
93
Plugin Contributions:
0

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

22 Sep 2012, 7:46 PM
#10
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

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

Glad it's working for you now!