Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL Configuration


ReginaStelling

Recommended Posts

Posted

Where do you go in the Admin section to check whether SSL is turned on or off?

Is it one place, or muliple places...Can't seem to find it in the docs.

 

Thanks!!

Posted

In both catalog and admin/includes/configure.php

 

The_Bear

Posted

Hey Bear!

 

I check the catalog/includes/configure.php and had this:

 

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

 

So that's what turns it on? I guess I make it:

 

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

 

if I don't want to use it??

 

Is that it? Nothing in the ADMIN interface I have to check??

 

THANKS!

Regina

Posted

HI about the same issue , The_Bear, I use my hosts SSL shared certificate

http://www.beautyoflife.net/catalog/ is my store.

 

how should I manage the https ? i dont have https://www.beautyoflife.net

I can only use :

 

http://host151.ipowerweb.com/~beautyof/catalog/

 

so https://host151.ipowerweb.com/~beautyof/catalog/login.php will work

but https://host151.ipowerweb.com/~beautyof/cat...2d521dbfc980752 will not work..

 

How should I configure it all out ? beats me :/

Ilan`

Posted

gigi yes that is right, you change it to false

 

eeleek in both catalog and admin/includes/configure.php you enable ssl to "true" and

define('HTTPS_SERVER', 'https://host151.ipowerweb.com/~beautyof'); // eg, https://localhost - should not be empty for productive servers

 

Only the pages that needs ssl (login...create account... payment) will have ssl enable

 

The_Bear

Posted

The Bear, please you may try to buy something and checkout with a money order.. (its still in testing mode) when user clicks continue it still goes to 4040 page .. and also tryo to login (the top) using user: [email protected]

pass: imbm1616

 

See what happens :/ I have no clue why ... just goes to 404 page .. but when you click "back" it shows the options as if you were logged in.

Ilan`

Posted

Your includes/configure.php should look like this

define('HTTP_SERVER', 'http://www.beautyoflife.net '); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://host151.ipowerweb.com/~beautyof'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?

 

The_Bear

Posted

The Bear, I tried that and it doesnt work properly :/

 

Ill leave it as your config and see what happens

Ilan`

Posted

The Bear, see what happens when you try to checkout after item inserted.

doesnt work https:// doesnt display /catalog/ at the end.. no such page.

 

I appreciate your help alot !

~ Eeleek.

Ilan`

Posted

I have the same problem... I think it comes from the fact that our servers don't have ssl protection installed on them... Mine has it installed but only for cgi scripts and this is php... I'm not sure... Is there a way around this problem ? Does the server have to support ssl in order to enable this feature ? Is it really risky to have a pay web site without an ssl security system ?

Archived

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

×
×
  • Create New...