I was wondering whether anyone is doing this on a live shop? As in setting the admin/includes/configure.php to contain:
define('HTTP_SERVER', 'https://<My SSL URL>');
I am interested in the added security that this option offers and have tentatively set it up on a live (but not yet under use) site.
I know that this will slow things down but the question is 'by how much?'. It seems that general admin is fine but I suspect that uploads of files e.g. images etc will be very slow as they need to be encrypted.
Maybe a solution would be to protect only the 'reports' and 'customers' menus. Does anyone have any thoughts on this?
cheers



