Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problems With Ssl And Configure.php


sliquid

Recommended Posts

OK, so I got my certificate installed.

 

I edited my configure.php files as following:

 

define('HTTP_SERVER', 'https://www.sliquid.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTP_CATALOG_SERVER', 'https://www.sliquid.com');
 define('HTTPS_CATALOG_SERVER', 'https://www.sliquid.com');
 define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

 

and

 

define('HTTP_SERVER', 'http://www.sliquid.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://www.sliquid.com'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', '.sliquid.com');
 define('HTTPS_COOKIE_DOMAIN', '.sliquid.com');

 

I also CHMOD both of them to 444

 

When i visit my store at www.sliquid.com/store

 

I get the Warning: I am able to write to the configuration file included/configure.php

 

If I look at the properties of the file in a FTP client, it shows 444 permissions

 

 

Also, my secure_site.gif file doesnt appear in the corner, and in my Admin, it still says "You are NOT protected by a secure SSL connection"

Link to comment
Share on other sites

Your host may require the permissions to be set to 400 and/or changing permissions from an ftp program may not work. Try changing them from your hosts control panel and see if it works then.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...