Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

disabling ssl


townmoron

Recommended Posts

when i installed oscommerce i accidentally clicked enable ssl, but i don't have a certificate. where do i disable this in the configuration, because now it's continually trying to take me to a secure server that i don't have a certificate for.

 

my big problem is not having a clue what i'm doing.

 

help?

 

jeremy.

Link to comment
Share on other sites

when i installed oscommerce i accidentally clicked enable ssl, but i don't have a certificate.  where do i disable this in the configuration, because now it's continually trying to take me to a secure server that i don't have a certificate for.

 

my big problem is not having a clue what i'm doing.

 

help?

 

jeremy.

 

 

Go to your configure.php files (2 of them one in catalog/includes the other in admin/includes) and make sure the setting for SSL is set to false

 

hth

 

Charles

A kite flies highest AGAINST the wind !

 

"Life should NOT be a journey to the grave with the intention of arriving safely in an attractive and well preserved body, but rather to skid in sideways, a lover in one hand, martini in the other, body thoroughly used up, totally worn out and screaming ~ WOO HOO!! What a ride!"

Link to comment
Share on other sites

when i installed oscommerce i accidentally clicked enable ssl, but i don't have a certificate.  where do i disable this in the configuration, because now it's continually trying to take me to a secure server that i don't have a certificate for.

 

my big problem is not having a clue what i'm doing.

 

help?

 

jeremy.

 

 

Go to your configure.php files (2 of them one in catalog/includes the other in admin/includes) and make sure the setting for SSL is set to false

 

hth

 

Charles

A kite flies highest AGAINST the wind !

 

"Life should NOT be a journey to the grave with the intention of arriving safely in an attractive and well preserved body, but rather to skid in sideways, a lover in one hand, martini in the other, body thoroughly used up, totally worn out and screaming ~ WOO HOO!! What a ride!"

Link to comment
Share on other sites

Go to your configure.php files (2 of them one in catalog/includes the other in admin/includes) and make sure the setting for SSL is set to false

 

hth

 

Charles

 

i've checked both of those pages and both of them are set to false, but it still tries to go to htttps://my site when i click checkout. is there anywhere else that i need to change this?

 

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

 

this is the correct line of code, right? both documents show this.

Link to comment
Share on other sites

i've checked both of those pages and both of them are set to false, but it still tries to go to htttps://my site when i click checkout.  is there anywhere else that i need to change this?

 

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

 

this is the correct line of code, right?  both documents show this.

 

nevermind... figured this out finally.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...