Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL Enable site


Guest

Recommended Posts

I have through cplnale installed a ssl certificate on my server, but in the admin area it still shows

 

 

"You are not protected by a secure SSL connection."

 

Can anyone give me guidance on how to activate this certificate.

Link to comment
Share on other sites

I have through cpanel installed a ssl certificate on my server, but in the admin area it still shows

"You are not protected by a secure SSL connection."

 

Can anyone give me guidance on how to activate this certificate.

 

 

:'( Please can anyone help me.

Link to comment
Share on other sites

:'( Please can anyone help me.

set http and https server in config of your admin to the ssl path.

This will solve the issue.

 

Also set ssl as true.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Link to comment
Share on other sites

set http and https server in config of your admin to the ssl path.

This will solve the issue.

 

Also set ssl as true.

 

Satish

 

I have looked all through my admin area and cannot find what to change to the ssl path, can you help.

Link to comment
Share on other sites

configure.php in both the catalog/includes and admin/includes. There is a guide to ssl in the tips&tricks board.

 

Both configure files are listed as below, which i assume is correct.

 

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.delightfulbathsite.com');

define('HTTPS_SERVER', 'https://www.delightfulbathsite.com');

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

define('HTTP_COOKIE_DOMAIN', 'http://www.delightfulbathsite.com');

define('HTTPS_COOKIE_DOMAIN', 'https://www.delightfulbathsite.com');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...