Author Topic: http & https problems on Magento installation  (Read 1315 times)

0 Members and 1 Guest are viewing this topic.

Offline SulmanTopic starter

  • Enthusiast
  • Posts: 267
  • Gender: Male
  • I will not hesitate, not even for a second...
    • View Profile
    • Freelance Web Developer
http & https problems on Magento installation
« on: September 07, 2010, 09:28:39 AM »
Hi all,

I'm having a right old headache with a magento installation on our virtual dedicated server that we hire. It is running PHP 5.2.13 and the problem is as follows:

When a product is added in to the cart and proceed to checkout is clicked the checkout url flips to https but because the product is sitting in a http cart the checkout can't find any products in the cart because it's looking at a https version...

I have installed an exact snapshot of the site on 2 other servers and it works fine...So to me this sounds like a server config issue (either PHP or Apache) right?

Does anyone have any thoughts as to what needs to be changed on the server?

Thanks very much!
The above code was written by Sulman.
Unless it doesn't work, then I have no idea who wrote it.

Offline SulmanTopic starter

  • Enthusiast
  • Posts: 267
  • Gender: Male
  • I will not hesitate, not even for a second...
    • View Profile
    • Freelance Web Developer
Re: http & https problems on Magento installation
« Reply #1 on: September 08, 2010, 05:20:04 AM »
It seems that the server is not configured to share the sessions between http & https.

Anyone know how I would go about enabling this?

Thanks
The above code was written by Sulman.
Unless it doesn't work, then I have no idea who wrote it.