Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Turning on SSL


Foanoroc

Recommended Posts

Hi Foanoroc,

 

To my memory there is no ssl stuff in admin beside in Configurations > Sessions where you can check the SSL session ID.

The real meat is in configure.php:

define('ENABLE_SSL', true);

 

zk

Link to comment
Share on other sites

You have to go and buy a certificate, install it and change your settings in configure.php.

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Sorry,

 

I should have been a little more explanatory. I have installed the SSL for this hosting account, but I had installed OSC, and installed it, befor the certificate was installed. I have edited the configure.php file, but the site doesn't seem to be reacting to the changes -- It still navigates to non-secure pages.

Link to comment
Share on other sites

In the includes folder where the configure.php file is for your catalog there is a FOLDER named local

 

In some installs there is a configure.php in the local FOLDER.

 

Anything in that configure file will override the other one.

 

It may have a line like this:

 

  define('ENABLE_SSL', 0);

It would need changed to this:

 

  define('ENABLE_SSL', 1);

Be sure nothing else in the file confilicts with your SSL efforts.

 

If there is no configure file in the local FOLDER, that's OK, too.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...