widdowsonsltd Posted April 1, 2006 Posted April 1, 2006 I have a shared SSL certificate for my site but I cannot get it working, I have looked over these forums for a few days and can not see what I have done wrong. When I logon in the catalog(or anything else that uses ssl) I am redirected to the shared certificate address ie https://shared-ssl.xcalibre.co.uk/www.ukgif.../action/process and get a 404 error. Here is my configuration define('HTTP_SERVER', 'http://www.ukgiftcompany.co.uk'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://shared-ssl.xcalibre.co.uk/www.ukgiftcompany.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.ukgiftcompany.co.uk'); define('HTTPS_COOKIE_DOMAIN', 'https://shared-ssl.xcalibre.co.uk/www.ukgiftcompany.co.uk'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', 'https://shared-ssl.xcalibre.co.uk/www.ukgiftcompany.co.uk/'); 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/'); Please help
ozcsys Posted April 1, 2006 Posted April 1, 2006 Have you double checked with your hosting company to make sure the shared ssl path you are using is correct? It has to be exactly correct or it will not work. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
widdowsonsltd Posted April 1, 2006 Author Posted April 1, 2006 Have you double checked with your hosting company to make sure the shared ssl path you are using is correct? It has to be exactly correct or it will not work. I copied it and pasted it from their e-mail, so it should be ok, I will e-mail them on Monday and get it confirmed, but I think it is ok. thanks Ian
widdowsonsltd Posted April 4, 2006 Author Posted April 4, 2006 I copied it and pasted it from their e-mail, so it should be ok, I will e-mail them on Monday and get it confirmed, but I think it is ok. thanks Ian I checked with my hosting company and it is the right url, any ideas, If it was working right is the url supposed to go outside my site?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.