Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Login Problem whith SSL ?


Guest

Recommended Posts

Hi,

sorry my english ist terrible to descript something.

 

I can`t buy something over SSL.

When i`m logged in, the Basket is empty. When i`m clicking on the Basket-Link, im not under SSL.

Login an see my USer-Data`s dosen`t work too.

 

Hace anyone an Idea?

 

 

 

 

Hallo,

 

mein Englisch ist einfach zu schlecht um es besser zu erklären und mit der Suche habe ich nicht mein Problem gefunden.

 

Wenn ich etwas kaufen möchte, muß ich mich über SSL einloggen, o.k.

Ich habe Artikel ausgewählt und möchte nun die Bestellung durchführen. Nach dem Login ist aber der Warenkorb leer. Gehe ich dann auf Warenkorb, ist der wieder da ich bin dann aber nicht mehr per SSL angemeldet. Mit anderen Worten, ein Kauf ist nicht möglich und ich drehe mich im Kreis.

Auch die Benutzerdaten können nicht angezeigt werden, es kommt immer wieder nur die Seite mit dem Anmeldeformular.

 

Ist das ein SSL-Problem?

Ich habe das Logo in der header.php ausgetauscht und die Buttons entfernt. Eigentlich nichts kritisches.

 

Hat jemand dazu einen Idee?

 

Ich entschuldige mich noch mal dafür, dass ich das nicht so toll in englisch beschreiben kann und hoffe das ich im richtigen Forum bin.

 

Schöne Grüße

 

macyog

Link to comment
Share on other sites

you must have an ssl certificate installed.

then change the setting in configure.php to enable ssl, to true

set the proper path for https server and it should work

Link to comment
Share on other sites

Hi,

thank you for the quick posting.

 

"you must have an ssl certificate installed. " ---> it is

 

"then change the setting in configure.php to enable ssl, to true" ----> it is too

 

"set the proper path for https server and it should work" -----> i think it is too

 define('HTTP_CATALOG_SERVER', 'http://www.my-shop.de');
 define('HTTPS_CATALOG_SERVER', 'https://ssl-account.com');
 define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

 

The Site is by the german webhoster "allinkl.com". The SSL-connect runs :

https://ssl-account.com/my-shop.de/catalog/...osCsid=02f4.....

 

The login-Process runs without an Error. But the "Login-Boxes" are the only information to be displayed.

 

Hmmm i can`t find the Problem :'(

Link to comment
Share on other sites

Hey, thank you all...

i have found the Problem.

 

looks like this --->

<code>

$ssl_hv_var = $_SERVER['HTTP_X_FORWARDED_HOST'];

if ($ssl_hv_var != 'ssl-account.com') {

$request_type = 'SSL';

} else {

$request_type = 'NONSSL';

}

</code>

 

:D :D :D

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...