Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login

    HTTPS -> HTTP

    Scheduled Pinned Locked Moved Betrieb
    6 Posts 2 Posters 1.8k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M Offline
      marco.appoldt
      last edited by

      Hallo,

      der Aufruf der i-doIT-Website erfolgt über eine SSL-Verbindung.

      Wenn man sich jedoch erfolgreich authentifiziert und die Datenbank ausgewählt hat wird man auf eine HTTP-Seite weitergeleitet.

      Beispiel:

      Aufruf: https://192.168.163.100/i-doit/

      Weiterleitung: http://192.168.163.100/i-doit/index.php?

      Wie und wo kann ich einstellen, dass die gesamte Sitzung über SSL läuft?

      Danke.

      Grüße

      Marco Appoldt

      1 Reply Last reply Reply Quote 0
      • M Offline
        marco.appoldt
        last edited by

        Hallo,

        gibt es dazu schon Erkenntnisse?

        Grüße

        Marco Appoldt

        1 Reply Last reply Reply Quote 0
        • N Offline
          npotthast
          last edited by

          Wie schauen denn dazu deine Apache Einstellungen aus?

          MfG,
          Niclas Potthast

          1 Reply Last reply Reply Quote 0
          • M Offline
            marco.appoldt
            last edited by

            Hallo,

            Apache? Ich setze zwar den Apache ein und SSL ist auch korrekt konfiguriert, da die Login-Seite von i-doit über SSL angezeigt wird aber ich weiß jetzt nicht, was das mit der Konfiguration zu tun haben soll?!

            i-doit leitet doch weiter und nicht der Web-Server.

            Grüße

            Marco Appoldt

            1 Reply Last reply Reply Quote 0
            • N Offline
              npotthast
              last edited by

              Du hast Recht!
              Wenn du https verwendest (für i-doit), dann kannst du durch eine Änderung in einer Datei selber einen ersten Workaround machen. Ansonsten werden wir den Bug in der nächsten Version behoben haben.

              /src/hypergate.inc.php (Zeile 88):

              header("Location: http".(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on" ? "s" : "")."://{$host}{$uri}/{$extra}");
              

              Wenn noch an anderen Stellen Probleme mit https auftreten kannst du uns gerne helfen und es mitteilen.

              MfG,
              Niclas Potthast

              1 Reply Last reply Reply Quote 0
              • M Offline
                marco.appoldt
                last edited by

                Hallo,

                Funktioniert.

                Besten Dank.

                Grüße

                Marco Appoldt

                1 Reply Last reply Reply Quote 0

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                • First post
                  Last post