Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL !


Guest

Recommended Posts

I'm fairly new to this ..

 

During installation ...i forgot to enable SSL secure server !

Is there a way to enable it now ?

i'm running osc 2.2

in configure.php i've done this ... define('ENABLE_SSL', true)

but still not working !

 

Regards

Link to comment
Share on other sites

in that same configuration file, should be an area

 

it says hosts domain or something like that

http://www.myhost.com

 

then secure domain

 

http://www.myhost.com

 

change that secure one to https://www.myhost.com and see if that works.

 

it's at the top.

 

  define('HTTP_SERVER', 'http://www.mysite.com'); // eg, http://localhost - should not be NULL for productive servers

 define('HTTPS_SERVER', 'https://www.mysite.com'); // eg, https://localhost - should not be NULL for productive servers

 

that's what i mean.

Link to comment
Share on other sites

In my catalog/includes/config.php i've got

-------------------------------------------------

define('HTTP_SERVER', 'http://www.charme-et-vous.com'); // eg, http://localhost - should not be NULL for productive servers

define('HTTPS_SERVER', 'https://www.charme-et-vous.com'); // eg, https://localhost - should not be NULL for productive servers

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

and in my admin/includes/configure.php i've got

---------------------------------------------

define('HTTP_SERVER', 'http://www.charme-et-vous.com'); // eg, http://localhost or - https://localhost should not be NULL for productive servers

define('HTTP_CATALOG_SERVER', 'http://www.charme-et-vous.com');

define('HTTPS_CATALOG_SERVER', 'https://www.charme-et-vous.com');

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

 

Regards

Link to comment
Share on other sites

well what part isn't working?

 

check out isn't under SSL?

 

is it too late for you to reinstall?

 

I think i know why it's not working

 

in application top, and in configuration, and in the english files or german files sometimes, some links are named 'NONSSL' and some are named 'SSL' beside it

 

maybe that's what you need to do.

Link to comment
Share on other sites

Yes check out and create an account brings me to a blank page

 

ans when i get in the admin section i have this message

 

You are not protected by a secure SSL connection.

Link to comment
Share on other sites

oh.

 

admin will always say that. what you need to do is back up your whole catalog on your hd, then upload it once again to the ssl area of your site.

 

as for admin, *shrug* i have the same problem, but not much to do other than visit the FAQ

Link to comment
Share on other sites

Here we go ....

Last night i rename my catalog to catalog1

Installed a new MySql database and installed the latest version of Osc-commerce 2.2 (2002-10-21)( this time i did not forget to enable the SSL)

Believe it or not everything went well but when the installation was successfull and whent to the store front it said " welcome back "my name" ...it remenbered my account from the other store front ... but still no SSL ???

I've check everything in all the files and the one who should should be SSL were ok ...

I forgot to mentioned at the beginning that my https side was working ok but ...i've install the canadapost contribution and the contribution to show the pictures in the shopping cart ( forgot the name) and it's after that , that the https side stop working... i removed those 2 contribution but the problem of not accessind the secure side is still there .

here is the address if it can help www.charme-et-vous.com/catalog

Link to comment
Share on other sites

Errr ....

 

But you do have an SSL certificate? And your webserver is setup correctly to handle SSL connections on port 443?

 

If this is not the case you should fix that first.

 

HTH

You can't have everything. That's why trains have difficulty crossing oceans, and hippos did not adapt to fly. -- from the OpenBSD mailinglist.

Link to comment
Share on other sites

Because you didn't use SSL before?

 

According to your original post you forgot to activate it. So there was no SSL support enabled. All transactions went through using http.

 

HTH

You can't have everything. That's why trains have difficulty crossing oceans, and hippos did not adapt to fly. -- from the OpenBSD mailinglist.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...