Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL problem


chfields

Recommended Posts

When I go to create account page, shouldn't that page be secured?? I notice that it doesn't have HTTPS: in the address bar. How do I enable that??

 

If I add the s to http: in the address bar it warns me about certificate then says page not found.

Link to comment
Share on other sites

Do you have ssl turned on or off in your configure.php file? Check the includeconfigure.php and the adminincludeconfigure.php to see where the false statement is located.

 

Catalog

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

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

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

 

Admin

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

define('HTTPS_CATALOG_SERVER', 'https://www.yourserver.com');

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

 

HTH

 

aj

"Of the things we think, say or do:

Is it the TRUTH?

Is it FAIR to all concerned?

Will it build GOODWILL and BETTER FRIENDSHIPS?

Will it be BENEFICIAL to all concerned?"

Link to comment
Share on other sites

The first time I tried to create an account and added the "s" to the url I got a notice about an ssl certificate. Is that provided by your host? It didn't match the site.

 

I just went in now and didn't get the ssl message. Seems you need to ask your host about the problem.

 

aj

"Of the things we think, say or do:

Is it the TRUTH?

Is it FAIR to all concerned?

Will it build GOODWILL and BETTER FRIENDSHIPS?

Will it be BENEFICIAL to all concerned?"

Link to comment
Share on other sites

It looked like a shared ssl cert.

 

aj

"Of the things we think, say or do:

Is it the TRUTH?

Is it FAIR to all concerned?

Will it build GOODWILL and BETTER FRIENDSHIPS?

Will it be BENEFICIAL to all concerned?"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...