Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Get massive problems when enabling ssl.


xsnaudi

Recommended Posts

Posted

Get massive problems when enabling ssl.

Without ssl everything works fine, but after enabling ssl by

"define('ENABLE_SSL', true);" in configure.php a few problems occure:

 

- header: Backgrounf-image isn't displayed

logo-image is displayed but no background-image

- card isn't cleared after order is finished

shopping cart will show the same products like before order

- logout isn't possible

pressing button "logout"/"Abmelden" everything seems to work fine,

but I'm logged on further on

( logoff-button exist, shoppingcart isn't cleared)

 

When turning off ssl everything works fine again !

I'm runnung my own server, configured by CONFIXX 2.0 Professional.

Because I only have one IP, I use an internal SSL-Proxy to provide ssl encryption for more than one domain.

I changed the HTTPS to HTTP_X_FORWARDED_HOST to identify a ssl connection ...

 

Who can help ?

Posted

Fixed the problem ... - my fault!

 

didn't change all variables in "includes/configure.php"

AND

"admin/includes/configure.php"

 

the background image in "includes/header.php" wasn't a relative link

 

added a "</table>" to "checkout_confirmation.php" at the end of the right

column

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...