Forums / Installing on a Linux/Unix Server / how do I configure SSL?

how do I configure SSL?

Locked

Views: 2,410

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
09 Dec 2009, 13:11
#1
psygnosis avatar

psygnosis

New Zenner

Join Date:
Nov 2009
Posts:
19
Plugin Contributions:
0

how do I configure SSL?

Hi to all I need urgent help with zen cart... I'm trying to install it on a linux host, I have a shared ssl certificate, but I don't know how to use it...

I'd like to have admin, chace and paymant on ssl and the other things on non secure folder...

So I have on server two folder....

private_html with ssl and public_html...

How can I install zen cart with this configuration? with only the important folder under SSL?

Thanks in advance

09 Dec 2009, 18:50
#2
canopy avatar

canopy

Totally Zenned

Join Date:
Oct 2006
Posts:
625
Plugin Contributions:
0

Re: how do I configure SSL?

See if this Tutorials/FAQs article helps.

11 Dec 2009, 15:12
#3
psygnosis avatar

psygnosis

New Zenner

Join Date:
Nov 2009
Posts:
19
Plugin Contributions:
0

Re: how do I configure SSL?

thanks a lot, because of my hosting service have a shared ssl certificate, I had to check an option in plesk panel to switch between the two modes in the same public_folder

23 Dec 2009, 03:27
#4
cinderella2008 avatar

cinderella2008

New Zenner

Join Date:
Dec 2009
Posts:
1
Plugin Contributions:
0

Re: how do I configure SSL?

I want to use SSL. I bought it from godaddy but don't know how to use it.

23 Dec 2009, 06:30
#5
canopy avatar

canopy

Totally Zenned

Join Date:
Oct 2006
Posts:
625
Plugin Contributions:
0

Re: how do I configure SSL?

GoDaddy will install the SSL on your server after you have bought it. You then configure your Zen Cart store to point to the SSL certificate they installed.

The methods for configuring your store for SSL are covered in the FAQ article I referred to earlier. Try it and see if it works.

03 Feb 2010, 07:28
#6
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: how do I configure SSL?

For cPanel installation and configuration look at this thread:

http://www.zen-cart.com/forum/showthread.php?t=147054

Frank

03 Feb 2010, 15:05
#7
stressedout72 avatar

stressedout72

New Zenner

Join Date:
Apr 2009
Posts:
11
Plugin Contributions:
0

Re: how do I configure SSL?

i have used thread http://www.zen-cart.com/forum/showthread.php?t=147054 to help me with my issues you do however need to change both configure files to match your particular path to the site. my problem is that the shop works great with the ssl on the coustomer side but when i go to the admin and try and edit anything i am always poped back to the admin index. i use 1.3.8.a here is what i have in the admin config

URLs for your site will be built via:

  • HTTP_SERVER plus DIR_WS_ADMIN or
    
  • HTTPS_SERVER plus DIR_WS_HTTPS_ADMIN or 
    
  • HTTP_SERVER plus DIR_WS_CATALOG or 
    
  • HTTPS_SERVER plus DIR_WS_HTTPS_CATALOG
    
  • ...depending on your system configuration settings
  • If you desire your entire admin to be SSL-protected, make sure you use a "https:" URL for all 4 of the following: */ define('HTTP_SERVER', 'https://shop.mystore.com'); define('HTTPS_SERVER', 'https://shop.mystore.com'); define('HTTP_CATALOG_SERVER', 'https://shop.mystore.com'); define('HTTPS_CATALOG_SERVER', 'https://shop.mystore.com');

// Use secure webserver for catalog module and/or admin areas? define('ENABLE_SSL_CATALOG', 'true'); define('ENABLE_SSL_ADMIN', 'true');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes! // * DIR_WS_* = Webserver directories (virtual/URL) // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder) define('DIR_WS_ADMIN', '/admin/'); define('DIR_WS_CATALOG', '/'); define('DIR_WS_HTTPS_ADMIN', '/admin/'); define('DIR_WS_HTTPS_CATALOG', '/');

18 Feb 2010, 15:17
#8
sjmills93 avatar

sjmills93

New Zenner

Join Date:
Jan 2010
Location:
St. Joseph, Ontario, Canada
Posts:
37
Plugin Contributions:
0

Re: how do I configure SSL?

Strayed across this thread and thought I'd my two cents...

My first Zen Cart site hosted at HostPapa. SSL Certificate bought from GoDaddy. My host installed the certificate and I followed the directions posted online and in the Zencart eBook to apply and ended up with 404 errors.

After much search for solutions and my own research, I realized that HostPapa's install of Zen Cart was at "root" versus most of the examples of store paths online and in the eBook which assumed an install of /store/ and then all the Zen Cart folders under that folder.

This of course made a huge different when editing the paths to apply the SSL certificate.

Once I ignored putting "store" into the path, my SSL worked just fine.

Hope this helps someone else.:D

21 Feb 2010, 13:24
#9
perkiekat avatar

perkiekat

Zen Follower

Join Date:
Aug 2009
Location:
Carmi, IL
Posts:
354
Plugin Contributions:
0

Re: how do I configure SSL?

Deleted post because site is now working...