Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can SOmeone help me with SSL??


advitar84

Recommended Posts

Posted

Can someone help me My host uses cpanel so I installed the certs in cpanel it says

 

Certificates on Server

turnkeytemplates.net

 

I am trying to get my certs working but whenever you go to checkout you get 404 with this configuration can someone please help!!!

 

THis is my catalog/include/configuration.php

 

define('HTTP_SERVER', 'http://www.turnkeytemplates.net'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://turnkeytemplates.net'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'www.turnkeytemplates.net');

define('HTTPS_COOKIE_DOMAIN', 'turnkeytemplates.net');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

 

 

this is my configuration.php in the admin section

 

define('HTTP_SERVER', 'http://www.turnkeytemplates.net'); // eg, http://localhost - should not be empty for productive servers

define('HTTP_CATALOG_SERVER', 'http://www.turnkeytemplates.net');

define('HTTPS_CATALOG_SERVER', 'https://turnkeytemplates.net');

define('ENABLE_SSL_CATALOG', true); // secure webserver for catalog module

Posted

Also:

 

1. Does your host use seperate folders for httpdocs and httpsdocs? If so you'll need to duplicate all files/folders in httpsdocs

2. Is this a cert generated by the control panel (a self-signed certificate) or one you purchased from a trusted provider like Verisign, Thawte, Geotrust etc and then 'imported' into your control panel?

 

Vger

Posted

the cert is generated by the control panel I belief. I tried both ways for the configuration www and non and both gave the same result

Posted

It looks as though your host uses seperate folders for httpdocs and httpsdocs. You will have to duplicate all of your httpdocs files/folders in the httpsdocs folder.

 

Vger

Posted
It looks as though your host uses seperate folders for httpdocs and httpsdocs.  You will have to duplicate all of your httpdocs files/folders in the httpsdocs folder.

 

Vger

 

 

there are no http docs on my webserver still need help everytime I go to an https page it says it cant be displayed

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...