Jittor Posted January 30, 2009 Posted January 30, 2009 Hello, During the instalation process I set it to use SSL, I have yet to purchase an SSL but would like to develop my osCom before I make it live. Since it's looking for an SSL when I go to check out it can't find the SSL so I get a 404 not found. Is there a way to turn off the SSL until I purchase it? Thanks, Jon
germ Posted January 30, 2009 Posted January 30, 2009 /catalog/includes/configure.php Set these as such: define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTPS_COOKIE_DOMAIN', ''); define('HTTPS_COOKIE_PATH', ''); 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 >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.