Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where do I disable SSL?


Guest

Recommended Posts

Not knowing any better, I enabled SSL and I don't have a certificate. To turn it off, I know that I'm supposed to change true to false, somewhere. Does anyone know in which file I am supposed to make this change?

 

Any help will be greatly appreciated!

Link to comment
Share on other sites

Edit your configure.php files. Located at:

 

catalog/includes/configure.php

&

catalog/admin/includes/configure.php

 

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

 

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

Link to comment
Share on other sites

It should be pointed out that you don't absolutely need your own SSL Certificate and access to a https://yoursite.com url to use SSL.

 

Most hosting providers offer some way to use shared SSL through their own secure proxy server.

 

The methods vary from provider to provider so you should check the documentation available for your particular hosting service.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...