Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cant change 'false' to 'true' to implement SSL


altermate

Recommended Posts

I have purchased the SSL and the company has told me it is set up and ready for use. I have followed the instructions to change set paths to 'true' rather than 'false'. However when I try to save it it tells me that there is an issue and it wont save. Any ideas why?

Link to comment
Share on other sites

One thing to try is to check your configuration files (there are two, one for admin and one for your normal 'catalog'). The paths need to be updated.

For example includes/configure.php contains a few defines which specify different locations for secure (https) and non secure (http). Not sure if this is helps you.

Link to comment
Share on other sites

Tip: If you're adding images to a page which will be used within SSL, then you should use the "https" version of the image's pathname, rather than the "http" version. This will avoid the "your site contains both secure and insecure..." message. Good luck!

Link to comment
Share on other sites

Thank you... The whole site seems to be working with the padlock next to the URL.. All I need now is to get the SSL Seal from my SSl Company to show up properly.

Only the registration pages and shopping cart check out procedure should be secured. You have this line set for https when it should be http.

 

define('HTTP_SERVER', 'http://www.my_domain.com');

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Link to comment
Share on other sites

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...