PDA

View Full Version : keeping it in https


-brs.2-
5-18-04, 12:32 PM
How do I get all links on the administrative side to remain within https (secured side)??

Starting out as https... I click on Admin>Orders>Edit and the customer's CC info ends up passed across non-secured connection (http instead of https).

I've selected to enable SSL in osCommerce setup.

has anyone else had this problem?

stevel
5-18-04, 02:17 PM
In admin/includes/configure.php, set the HTTP_SERVER define to be your https URL base.

-brs.2-
5-18-04, 02:51 PM
ahhh.. silly me... I was trying to avoid the unecessary load of doing ssl on every page served to the general public... duh-me... this is configuration focused on the admin side.

Thanks Steve! It works great!