Managed Server
Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: ANLEITUNG: Installation mit SSL Proxy

    jannemann

    • modified Team
    • Beiträge: 6.275
    • Geschlecht:
    Re: ANLEITUNG: Installation mit SSL Proxy
    Antwort #90 am: 20. Juni 2010, 09:32:03
    Hi,

    einfach dem Adminbereich nicht per SSL verschlüsseln..
    Du hast doch auch eine configure.php in admin/includes und da setzt du das "enable ssl" auf "false".

    Schöne Grüße,
    Jan

    Managed Server

    masterboy01

    • Fördermitglied
    • Beiträge: 41
    Re: ANLEITUNG: Installation mit SSL Proxy
    Antwort #91 am: 20. Juni 2010, 12:34:26
    Hi, das habe ich ja gemacht, die conf. im admin-Ordner auf false gestellt, trotzdem ist der Adminbereich über SSL verschlüsselt.

    web28

    • modified Team
    • Beiträge: 9.404
    Re: ANLEITUNG: Installation mit SSL Proxy
    Antwort #92 am: 20. Juni 2010, 12:43:13
    Sobald Du auf eine Menüeintrag klickst, sollte SSL wieder aus sein.

    masterboy01

    • Fördermitglied
    • Beiträge: 41
    Re: ANLEITUNG: Installation mit SSL Proxy
    Antwort #93 am: 20. Juni 2010, 12:49:48
    Hi, ja das ist richtig, passt. Kann man das noch anders machen oder ist das halt dann so? Bei Gambio-Gx ist das nicht so! Aber danke.
    Gruß

    web28

    • modified Team
    • Beiträge: 9.404
    Re: ANLEITUNG: Installation mit SSL Proxy
    Antwort #94 am: 20. Juni 2010, 13:12:36
    Ändere im Template Ordner source/boxes/admin.php alle Einträge von SSL auf NONSSL

    masterboy01

    • Fördermitglied
    • Beiträge: 41
    Re: ANLEITUNG: Installation mit SSL Proxy
    Antwort #95 am: 20. Juni 2010, 13:19:58
    Wunderbar, ich danke Dir, so passt es 100% :B

    web28

    • modified Team
    • Beiträge: 9.404
    Re: ANLEITUNG: Installation mit SSL Proxy
    Antwort #96 am: 04. Juli 2010, 12:09:13
    Anleitung in Beitrag 1 aktualisiert.

    Gruss Web28

    Martina

    • Mitglied
    • Beiträge: 160
    Re: ANLEITUNG: Installation mit SSL Proxy
    Antwort #97 am: 18. Juli 2010, 06:35:49
    Eine Frage hätte ich noch .

    Wenn ich etwas gekauft habe und dann auf weiter klicke (checkout_success.php) kommt dann dieser Hinweis auf der Startseite unsichere Elemente.

    Müsste es nicht so sein dass man in diesen Moment die ssl Verbindung wieder verlässt und somit gar nicht diese Fehlermeldung auftritt?

    web28

    • modified Team
    • Beiträge: 9.404
    Re: ANLEITUNG: Installation mit SSL Proxy
    Antwort #98 am: 18. Juli 2010, 12:09:18
    Hallo Martina,

    die Weiterleitung zur Startseite müsste auf NONSSL geändert werden:

    checkout_success.php

    Code: PHP  [Auswählen]
    if ($_SESSION['account_type'] != 1) {
                    xtc_redirect(xtc_href_link(FILENAME_DEFAULT));
    ändern in

    Code: PHP  [Auswählen]
    if ($_SESSION['account_type'] != 1) {
                    xtc_redirect(xtc_href_link(FILENAME_DEFAULT,'','NONSSL'));
    Gruss Web28

    Martina

    • Mitglied
    • Beiträge: 160
    Re: ANLEITUNG: Installation mit SSL Proxy
    Antwort #99 am: 18. Juli 2010, 15:29:55
    Code: PHP  [Auswählen]

    include ('includes/application_top.php');
    // create smarty elements
    $smarty = new Smarty;
    // include boxes
    require (DIR_FS_CATALOG.'templates/'.CURRENT_TEMPLATE.'/source/boxes.php');

    // if the customer is not logged on, redirect them to the shopping cart page
    if (!isset ($_SESSION['customer_id'])) {
            xtc_redirect(xtc_href_link(FILENAME_SHOPPING_CART));
    }

    if (isset ($_GET['action']) && ($_GET['action'] == 'update')) {

            if ($_SESSION['account_type'] != 1) {
                    xtc_redirect(xtc_href_link(FILENAME_DEFAULT,'','NONSSL'));
            } else {
                    xtc_redirect(xtc_href_link(FILENAME_LOGOFF));
            }
    }
    $breadcrumb->add(NAVBAR_TITLE_1_CHECKOUT_SUCCESS);
    $breadcrumb->add(NAVBAR_TITLE_2_CHECKOUT_SUCCESS);
     
    aber es geht noch immer nicht

    web28

    • modified Team
    • Beiträge: 9.404
    Re: ANLEITUNG: Installation mit SSL Proxy
    Antwort #100 am: 18. Juli 2010, 15:40:39
    Bei NONSSL ist ein Leerzeichen vor dem Hochkomma, entferne das bitte mal

    Doch nicht, sah nur so aus

    Bestellst Du als Gast oder Kunde?

    Martina

    • Mitglied
    • Beiträge: 160
    Re: ANLEITUNG: Installation mit SSL Proxy
    Antwort #101 am: 19. Juli 2010, 04:10:09
    Habe es mal eben getestet.

    Als Gast läuft alles richtig. Nur wenn ich als Kunde und als Admin bestelle kommt der Fehler

    web28

    • modified Team
    • Beiträge: 9.404
    Re: ANLEITUNG: Installation mit SSL Proxy
    Antwort #102 am: 19. Juli 2010, 08:03:57
    Wird die Startseite denn mit http oder mit https angezeigt?

    Bei welchen Browsern kommt die Meldung?

    Martina

    • Mitglied
    • Beiträge: 160
    Re: ANLEITUNG: Installation mit SSL Proxy
    Antwort #103 am: 21. Juli 2010, 03:33:03
    wird in https angezeigt bei IE und Mozilla (mehr habe ich auch nicht)

    web28

    • modified Team
    • Beiträge: 9.404
    Re: ANLEITUNG: Installation mit SSL Proxy
    Antwort #104 am: 21. Juli 2010, 09:36:35
    Problem erkannt,

    ein redirect auf eine NONSSL Seite funktioniert nicht, die Funktion kann das gar nicht.

    Lösung:

    Beiliegende Datei austauschen

    Link wie folgt abändern:

    Code: PHP  [Auswählen]
    xtc_redirect(xtc_href_link(FILENAME_DEFAULT),'NONSSL');
    Gruss Web28

               
    anything