Zen Cart Logo
Forums / Basic Configuration / Verify that the SSL is working

Verify that the SSL is working

Locked

Views: 1,216

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
19 Nov 2009, 9:08 PM
#1
mohammedsk avatar

mohammedsk

New Zenner

Join Date:
Sep 2009
Posts:
14
Plugin Contributions:
0

Verify that the SSL is working

Hi,
I just enabled the dedicated SSL in zen-cart in both /includes/configure.php and /includes/admin/configure.php.

When I login to the Admin area it shows https://...., but when I click on any other link it changes to http://....

Is that normal?

Thanks,

19 Nov 2009, 9:32 PM
#2
niccol avatar

niccol

Totally Zenned

Join Date:
Apr 2009
Posts:
2,138
Plugin Contributions:
1

Re: Verify that the SSL is working

zen will only use secure addresses for pages that need to be secure. So you should see https during checkout and on login and some others but not for every page.

Hope this helps

19 Nov 2009, 9:36 PM
#3
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,606
Plugin Contributions:
0

Re: Verify that the SSL is working

What you are seeing is the normal admin behavior.

19 Nov 2009, 11:29 PM
#4
mohammedsk avatar

mohammedsk

New Zenner

Join Date:
Sep 2009
Posts:
14
Plugin Contributions:
0

Re: Verify that the SSL is working

Thanks to all.
That is what I thought.

Thank you

26 Nov 2009, 3:54 PM
#5
webgremlin avatar

webgremlin

New Zenner

Join Date:
Aug 2009
Posts:
7
Plugin Contributions:
0

Re: Verify that the SSL is working

My website is similar to the post made by mohammedsk except that the only area of my site that is secured is the admin area. No other pages show up as SSL or "https". Customer login, shopping cart etc. are not encrypted.
I have made changes to both the configure.php files in the admin area and the includes area.
Any ideas or suggestions?

Site is: https://www.premier-coins.com

Hosted on a shared Linux server
SSL Certificate purchased from GoDAddy

Thanks in advance for any advice you can offer.

-W

26 Nov 2009, 4:14 PM
#6
webgremlin avatar

webgremlin

New Zenner

Join Date:
Aug 2009
Posts:
7
Plugin Contributions:
0

Re: Verify that the SSL is working

**Problem fixed. As usual operator error is the problem. I had downloaded the configure.php (through FTP) file and modified it and then uploaded it back to the server but since the file permissions was set to 644 or 444 it would not update the file on the server. I changed the file permissions, uploaded new file and then changed file permission back to 444 and I am proud to say all is well! :oops:

I gremled myself again!

-W

27 Nov 2009, 1:27 AM
#7
ajeh avatar

ajeh

Oba-san

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

Re: Verify that the SSL is working

Thanks for the update ... it was the 444 permissions that got you as that is one read only and you cannot overwrite the file without changing the permissions to either 644 or 777 and then, after uploading change back to 444 ...

NOTE: most of the time to set to 444 you will need to do this with the Control Panel as the FTP will most likely not be able to on most servers ...

27 Nov 2009, 7:03 PM
#8
webgremlin avatar

webgremlin

New Zenner

Join Date:
Aug 2009
Posts:
7
Plugin Contributions:
0

Re: Verify that the SSL is working

Ajeh,
I was certainly under some false impressions regarding how FTP worked with files and their respective permissions. I guess it makes sense for security purposes and helps keep people from writing over files (on purpose and on accident).
From now on instead of scratching my head why something doesn't work as planned (with regard to an updated file) I will hope for the best and check file permissions first.

-W