Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Am I crazy?


mralls8

Recommended Posts

I could have sworn that a couple of days ago when I installed this cart, there was an option in the admin panel to make my site secure. I must be crazy because now I can't find that option anywhere, and as it is now the catalog is not secure. Was I seeing things or where is it supposed to be? I've looked everywhere. Looked all through these forums too.

Link to comment
Share on other sites

I believe to make your cart secure it will all depending on your hosting provider. When you log in to your admin panel it will tell you whether the cart is hosted on a secure server or not.

 

Contact your webhost and ask if they offer secure servers.

 

Unless someone else here knows more about this than I do?

Link to comment
Share on other sites

osCommerce does not come "secure".

You need to purchase a secure certificate, then deal with your host. How they do it depends on the different hosts. Some have you do it all yourself, others do it for you.

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Link to comment
Share on other sites

osCommerce does not come "secure".

You need to purchase a secure certificate, then deal with your host. How they do it depends on the different hosts. Some have you do it all yourself, others do it for you.

 

 

Yeah I know, my host provides a shared certificate. It was secure a few days ago, now it isn't. Not sure what I did.

Link to comment
Share on other sites

Yeah I know, my host provides a shared certificate.  It was secure a few days ago, now it isn't.  Not sure what I did.

 

Normally you only secure your site's admin and login/checkout on the catalog part of your site.

Check your catalog/includes/configure.php if the

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

is still set to true.

Link to comment
Share on other sites

Normally you only secure your site's admin and login/checkout on the catalog part of your site.

Check your catalog/includes/configure.php if the

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

is still set to true.

 

Yep it is. I called the host, the tech guy said its a programming issue and made me send in a ticket. No telling how long it will be.

Link to comment
Share on other sites

Yep it is.  I called the host, the tech guy said its a programming issue and made me send in a ticket.  No telling how long it will be.

 

How about your setting in catalog/includes/configure.php for

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

and catalag/admin/includes/configure.php

  define('HTTP_SERVER', 'https://www.yourdomain.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTP_CATALOG_SERVER', 'http://www.yourdomain.com');
 define('HTTPS_CATALOG_SERVER', 'https://www.yourdomain.com');
 define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

Link to comment
Share on other sites

How about your setting in catalog/includes/configure.php for

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

and catalag/admin/includes/configure.php

  define('HTTP_SERVER', 'https://www.yourdomain.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTP_CATALOG_SERVER', 'http://www.yourdomain.com');
 define('HTTPS_CATALOG_SERVER', 'https://www.yourdomain.com');
 define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

 

Those both show the secure addy that my host told me to use, but when I go there the images don't show.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...