Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

admin security!


khellstrom

Recommended Posts

Posted

I have got my SSL working.. the thing is.. I can login with booth http:// and https://

Is it bad that I can do this? does it make it easier to hack if i login with nonsecure on my admin account? im noob at this :)

 

cheers

Posted

even thou i change the top server to https, it still doesnt work. when I login on my admin account (http://server/shop/admin) it still isent secure.

 

ill paste the code from admin/includes/configure.php here:

 

// define our webserver variables

// FS = Filesystem (physical)

// WS = Webserver (virtual)

define('HTTP_SERVER', 'https://myserver.org/');

define('HTTP_CATALOG_SERVER', 'http://myserver.org');

define('HTTPS_CATALOG_SERVER', 'https://myserver.org');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

Posted

it doesnt seam what I do.. I can still login using the http login, and then, i dont get a secure connecting. i can still use the https to get it secure, but that must make it easier to hack? am i right?

 

cheers

Posted
it doesnt seam what I do.. I can still login using the http login, and then, i dont get a secure connecting. i can still use the https to get it secure, but that must make it easier to hack? am i right?

 

cheers

 

 

use apache settings to force it to ssl

 

SSLREQUIRESSL directive I think

Treasurer MFC

Archived

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

×
×
  • Create New...