alx_grk Posted October 8, 2006 Posted October 8, 2006 (edited) Hi! My name is Alexandros! I live in Greece, I am a new member in osCommerce community and I need your help,please! So, I want to install SSL. I found, from internet some advices and I wrote next code: (catalog/include/ configure.php) define('HTTP_SERVER', 'http://localhost'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://localhost'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'localhost'); define('HTTPS_COOKIE_DOMAIN', 'localhost'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); I refresh my main page and I press the button "Log In". Then url is: "https://localhost/catalog/login.php?osCsid=ff37adf0441cf0ac22892d911dee1eb6", but my browser display the message: "Unable to connect" Please,tell me: What's rong? Must I set anything into my server (apache)? Thanks a lot! Edited October 8, 2006 by alx_grk Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.