Guest Posted October 19, 2006 Posted October 19, 2006 when i enable ssl in the os commerce install and refresh I lose the my account and checkout pages? certificate is installed
Guest Posted October 19, 2006 Posted October 19, 2006 go to includes/configure.php and check the https:// is the correct path to your SSL server.
Guest Posted October 19, 2006 Posted October 19, 2006 go to includes/configure.php and check the https:// is the correct path to your SSL server. thats seems right so would that suggest the certificate isnt installed correctly
Guest Posted October 19, 2006 Posted October 19, 2006 thats seems right so would that suggest the certificate isnt installed correctly Well if the path in configure php for secure server is not https:// yoursecureserver.com or whatever. if it isnt correct or isnt there at all then perhaps your didnt input it or forgot to input it during installation when it ask for the server address. Adding it in configure.php on the right line is like going back in time during install and inputting it. Should fix the problem.
Guest Posted October 19, 2006 Posted October 19, 2006 Well if the path in configure php for secure server is not https:// yoursecureserver.com or whatever. if it isnt correct or isnt there at all then perhaps your didnt input it or forgot to input it during installation when it ask for the server address. Adding it in configure.php on the right line is like going back in time during install and inputting it. Should fix the problem. Yes thats all correct but when clicking on my account or checkout it comes up with not found and nor https:// etc etc
Guest Posted October 19, 2006 Posted October 19, 2006 Yes thats all correct but when clicking on my account or checkout it comes up with not found and nor https:// etc etc can you post your configure.php for viewing please? Matt
Guest Posted October 19, 2006 Posted October 19, 2006 // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.lochenoutdoor.co.uk'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.lochenoutdoor.co.uk'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.lochenoutdoor.co.uk'); define('HTTPS_COOKIE_DOMAIN', 'www.lochenoutdoor.co.uk'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); I cannot understand why it wont change to https://www.lochenoutdoor.co.uk Thanks
Guest Posted October 19, 2006 Posted October 19, 2006 Just because you put in define('HTTPS_SERVER', 'https://www.lochenoutdoor.co.uk'); // eg, in configure.php or in the install does not mean you will have a secure connection. you need a SSL certificate installed on your web host and then put the path to that certificate in the above line i posted up there. example would be define('HTTPS_SERVER', 'https://www.securehost.com/lochenoutdoor.co.uk'); // eg Matt
Guest Posted October 19, 2006 Posted October 19, 2006 Just because you put in define('HTTPS_SERVER', 'https://www.lochenoutdoor.co.uk'); // eg, in configure.php or in the install does not mean you will have a secure connection. you need a SSL certificate installed on your web host and then put the path to that certificate in the above line i posted up there. example would be define('HTTPS_SERVER', 'https://www.securehost.com/lochenoutdoor.co.uk'); // eg Matt Got your msg and i would be able to help you. right now i am on my last legs, very tired. Do this, contact your hosting service and ask them if your domain has a SSL attached to it. If they say no, you dont have an SSL certificate, then ask them how much one is and how you would go about activating it. Also ask them once its installed, what will be the path to this SSL as your website oscommerce requires the full path. See how far you get and then we can take it from there. Good Luck. Matt
Guest Posted October 19, 2006 Posted October 19, 2006 Got your msg and i would be able to help you. right now i am on my last legs, very tired. Do this, contact your hosting service and ask them if your domain has a SSL attached to it. If they say no, you dont have an SSL certificate, then ask them how much one is and how you would go about activating it. Also ask them once its installed, what will be the path to this SSL as your website oscommerce requires the full path. See how far you get and then we can take it from there. Good Luck. Matt I do have a certificate because I purchased one thing is im not sure wether its installed correctly :( starting to do my head in
Recommended Posts
Archived
This topic is now archived and is closed to further replies.