stigc8 Posted November 29, 2003 Posted November 29, 2003 Hi guys, I have a shared SSL server if that matters. When I enabled SSL for some reason when I go to checkout it always says the cart is empty even though it's not. If I disable SSL everything works fine. Any idea on how to fix this? Thanks in advance
LiQuIdAiR Posted December 1, 2003 Posted December 1, 2003 I have the same problem...Ive tried almost everything i can think of and nothing works... Ive went top to bottom on the line of execute php takes and everything seems to be inorder. Ive made sure that everything is put into the SSL folder that the yahoo server has specified and that all configure.php files are correct...and still nothing... Ive asked for help many times but have gotten no response.....so this should be interesting..
stigc8 Posted December 1, 2003 Author Posted December 1, 2003 My next question is for anyone to give us an idea of how to fix this and what might be causing it? I think this is a serious issue the developers may want to look at? Which of you guys have SSL enabled and do not have these symptons? Please note if you use shared SSL or your own certificate. Thanks
moosek Posted December 1, 2003 Posted December 1, 2003 I have a shared SSL certificate from my hosts (dataflame). It works fine with my store and i have no problems at all. Sorry I can't help much more than saying it can work! I don't have shell access to my hosting account so I didn't have to install my certificate it was all done for me. They did have to set my sub-domain that the certificate is for up with its own static IP address though.
LiQuIdAiR Posted December 2, 2003 Posted December 2, 2003 from what ive read on the forum, everytime you have a separate folder that contains your secure files if causes problems to the cart..When i turn off my ssl security and run the cart thru the default folders everything works fine... So im going to spend all night tonight figuring this problem out since it seems to be a really basic problem, just acouple lines of code im sure..
sfuhrman Posted December 2, 2003 Posted December 2, 2003 I don't have this problem either, but figured I would offer my thoughts as a data point. I don't have a shared SSL cert either. If cost is preventing you from getting your own cert, you may want to look at instantSSL.com. Great browser compatibility, and $50 a year isn't too bad. However, I think you need to look at your cookie settings in your /catalog/includes/configuration.php file. I have my cookie settings the same here: define('HTTP_COOKIE_DOMAIN', 'easycookin.com'); define('HTTPS_COOKIE_DOMAIN', 'easycookin.com'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); You need to make sure these settings are correct. It would be most probable that your browser loses its cookie and therefor your cart is emptied. Post the relevant portion of your file so we can look at it. Scott
andlinux21 Posted December 3, 2003 Posted December 3, 2003 When I click checkout I cant get any page at all. :( In A World Without Walls Who Needs Windows
Recommended Posts
Archived
This topic is now archived and is closed to further replies.