Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL /admin portion of OSC 2.2....


dms

Recommended Posts

Posted

i cant get the admin portion of osc 2.2 to use my https, are there any other directives i need to change other than the following in admin/includes/configure.php?

--

define('HTTPS_SERVER', 'https://192.168.1.109');

define('ENABLE_SSL', 'true');

--

 

when i go to https://192.168.1.109 it loads fine, and the index.php for /admin is sucure, but clicking on anything (such as "store configuration") takes me out of https and into regular http, presenting unsecured admin access.

are there additional flags i have to toggle to get the admin hyperlinks to point to https?

Posted

found a way around it....just list the https as the http in admin/includes/configure.php.

quick fix.

Archived

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

×
×
  • Create New...