Dankeschön
Beiträge von Subdata
-
-
Wenn ich jetzt über die https:// komme ist der Port versteckt. Login klappt wunderbar.
Öffne ich allerdings die http über die 301 ist der Port öffentlich in der https zu sehen. Setze ich http auch auf Spiegelung wie die https. Hab ich das gleiche Problem wieder mit dem Login das ich wieder auf der Anmeldemaske lande.
Ist das bei dir / euch auch so ?
-
Habe jetzt alles nochmal Neu installiert.
Ich glaube ich hatte die HTTP Umleitung auch auf Spiegelung Proxy wie bei HTTPs. Habe die Umleitung HTTP jetzt als 301-Redirekt. Und die HTTPS als Spiegelung Proxy.
Jetzt klappt auch der Login. - Danke
-
Ich bin langsam echt am Verzweifeln. Kann mir denn wirklich niemand von euch helfen ?
Meine Testlizenz läuft bald aus. Eigentlich würde ich gerne Liveconfig nutzen, und eine Lizenz mieten, leider läuft es nicht so ganz. Bestimmt nur eine Kleinigkeit wenn man weiss wo man Schrauben muss. Ich hab wirklich einiges versucht und es will einfach nicht.
Über die normale Domain http://oberfläche.domain.de:8443 Funktioniert soweit alles.
Über die Subdomain ( http://oberfläche.domain.de - Spiegelung Proxy ) komme ich zwar auf die gewünschte Seite ( http://oberfläche.domain.de/liveconfig/login ) ich kann mich aber nicht Einloggen.
Beim Aufruf der Subdomain ( http://oberfläche.domain.de - Spiegelung Proxy ) steht im Log folgendes:
CodeSERVERIP / IPv6 - - [02/Oct/2016:22:08:10 +0200] "GET /liveconfig/login HTTP/1.1" 200 1388 "-" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0"
Nach dem Einloggen auf ( http://oberfläche.domain.de - Spiegelung Proxy ) steht im Log folgendes:
CodeSERVERIP / IPv6 - - [02/Oct/2016:22:16:41 +0200] "POST /liveconfig/login HTTP/1.1" 200 404 "http://oberfläche.domain.de/liveconfig/login" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0" SERVERIP / IPv6 - - [02/Oct/2016:22:16:54 +0200] "POST /liveconfig/login HTTP/1.1" 200 369 "http://oberfläche.domain.de" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0" SERVERIP / IPv6 - - [02/Oct/2016:22:16:54 +0200] "GET /liveconfig/admin/overview?id=EupoWaDJnhkvfuDWQEI.VvCy HTTP/1.1" 302 1713 "http://oberfläche.domain.de" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0" SERVERIP / IPv6 - - [02/Oct/2016:22:16:55 +0200] "GET /liveconfig/login?from=/liveconfig/admin/overview HTTP/1.1" 200 1388 "http://oberfläche.domain.de" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0"
Nach dem Einloggen steht in der Adresszeile:
http://oberfläche.domain.de/liveconfig/login?from=/liveconfig/admin/overview
Ich lande aber wieder auf der Anmeldemaske siehe Screen
http://www.bilder-upload.eu/sh…ile=ed3ebb-1475440079.png
Meine Liveconfig.conf sieht so aus:
Code
Alles anzeigen# _ _ ___ __ _ (R) # | | (_)_ _____ / __|___ _ _ / _(_)__ _ # | |__| \ V / -_) (__/ _ \ ' \| _| / _` | # |____|_|\_/\___|\___\___/_||_|_| |_\__, | # |___/ # Copyright (c) 2009-2012 Keppler IT GmbH. # ---------------------------------------------------------------------------- # Configuration file # $Id: liveconfig.conf-dist.in 4106 2016-02-13 12:10:20Z kk $ # ---------------------------------------------------------------------------- # ---------------------------------------------------------------------------- # General settings # ---------------------------------------------------------------------------- # base directory for relative file/path names # If you use a relative path name (like eg. "."), then we use the location of # the LiveConfig executable as start point. # base_path = . # license_file: license key file # license_file = /etc/liveconfig/liveconfig.key # log_file: main log file # log_file = /var/log/liveconfig/liveconfig.log # pid_file: the file to store the process id in # pid_file = /var/run/liveconfig.pid # resource_path: the path where LiveConfig resource files are stored # resource_path = /usr/share/liveconfig # library_path: the path for LiveConfig's additional libraries & Lua scripts # library_path = /usr/lib/liveconfig # user: the system user to switch to for all unprivileged operations (like # the frontend webserver, querying system statistics, etc.) # If not defined, the user id '-1' will be used. # LiveConfig must be started as root user in order to switch to a lesser # privileged user. If started as non-root user, LiveConfig will continue to # run as that user. user = liveconfig # group: the system group to switch to for all unprivileged operations. If not # set, the default group of the user defined by the "user" command will be # used. group = liveconfig # proxy_http: If this option is set, LiveConfig uses the defined proxy server # for outbound HTTP(S) connections. # proxy_http = http://oberfläche.domain.de http_proxy_url= http://oberfläche.domain.de # ---------------------------------------------------------------------------- # Database settings # ---------------------------------------------------------------------------- # SQLite example: db_driver = sqlite db_name = /var/lib/liveconfig/liveconfig.db # MySQL example: # db_driver = mysql # db_host = 127.0.0.1 # db_name = LIVECONFIG # db_user = liveconfig # db_password = LiVeCoNfIg # ---------------------------------------------------------------------------- # HTTP protocol settings # ---------------------------------------------------------------------------- # !! IMPORTANT: if no 'http_socket' and no 'http_ssl_socket' options are # !! defined, LiveConfig by default tries to open a HTTPS socket at port 8443. # !! This is the same as only defining 'http_ssl_socket = *:8443' # http_socket: network socket for incoming HTTP connections http_socket = *:8080 # http_ssl_socket: network socket for incoming HTTPS connections http_ssl_socket = *:8443 # http_access_log: log file for HTTP requests (combined log format) http_access_log = /var/log/liveconfig/access.log # htdocs_path: directory for static files (eg. customer logos, APS icons, ...) # Must be writable by the LiveConfig user! # http_htdocs_path = /var/lib/liveconfig/htdocs # http_read_timeout: the number of seconds to wait for data until read # operations time out # http_read_timeout = 60 # http_keepalive_timeout: the number of seconds to wait for next request # on HTTP/1.1 Keep-Alive connections # http_keepalive_timeout = 15 # http_keepalive_requests: maximum number of HTTP requests within a # HTTP/1.1 Keep-Alive connection # http_keepalive_requests = 100 # http_max_connections: maximum number of concurrent HTTP connections # http_max_connections = 150 # http_ssl_certificate: SSL certificate file (containing both certificate and # private key, PEM encoded) http_ssl_certificate = /etc/liveconfig/sslcert.pem # http_redirect: define redirects # format: http_redirect = <status> <Requested_URI> <Destination_URI> # <status> must be 301 or 302 http_redirect = 301 / /liveconfig/login http_redirect = 301 /liveconfig /liveconfig/login # http_rewrite: define URL rewriting # format: http_rewrite = <Requested_URI> <Destination_URI> http_rewrite = /robots.txt /res/m/liveconfig/robots.txt # http_canonical_host: define canonical name for LiveConfig web interface # http_canonical_host = liveconfig.example.org # http_canonical_redirect: if http_canonical_host is defined, and a browser # sends a differing "Host:" header, it will be redirected to the defined URL: # http_canonical_redirect = http://www.example.org # http_nonssl_redirect: if a plain HTTP request (via a "http_socket") arrives, # redirect to the defined URL. # format: http_nonssl_redirect = <status> <Destination_URL> # http_nonssl_redirect = 301 http://oberfläche.domain.de/liveconfig/login # http_hsts_time: enable HTTP Strict Transport Security (HSTS), forcing all # clients to use secure connections only. # Please read the manual before enabling this option! # http_hsts_time = 31536000 # ---------------------------------------------------------------------------- # LCCP protocol settings # ---------------------------------------------------------------------------- # lccp_socket: network socket for incoming LCCP connection lccp_socket = *:788 # <EOF>-----------------------------------------------------------------------
Bin für jeden Tip dankbar
-
-
"Dein Zertifikat enthält keine ID, die mit dem Servernamen übereinstimmt."
-
Niemand eine Idee ?
-
Hallo,
danke für die Hilfe. Die Änderung hat leider nichts gebracht.
Nach Eingabe der Benutzerdaten und dem Absenden lande ich wieder auf der Loginmaske. Die URL ändert sich aber wie oben beschrieben. :confused:
Im Adminbereicht hab ich die Subdomain testweise per HTTP, HTTP & HTTPS, HTTPS per Proxyspiegelung auf https://oberfläche.domain.de:8443 geleitet.
In der /etc/liveconfig/liveconfig.conf habe ich gesetzt:
Testweise auch:
Die Domain Funktioniert. Allerdings läuft beim Einloggen etwas falsch. Lande immer wieder bei der Loginmaske.
Über die normale Domain :8443 Funktioniert der Login.
CodeBereits angemeldet Sie sind bereits von der IP-Adresse IPv6??? aus angemeldet. Wenn Sie fortfahren, wird jene Verbindung beendet.
Was mich wundert. Ich bekomme die Meldung das ich bereits mit der IPv6 IP Angemeldet bin ?? Nach Fortsetzen lande ich allerdings dann leider wieder auf der Loginmaske.
Im Log konnte ich folgendes finden:
CodeMEINEIP - - [27/Sep/2016:22:51:50 +0200] "POST /liveconfig/login HTTP/1.1" 200 160 "https://oberfläche.domain.de/liveconfig/login?from=/liveconfig/admin/overview" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0" 601 441 MEINEIP - - [27/Sep/2016:22:52:56 +0200] "POST /liveconfig/login HTTP/1.1" 200 78 "https://oberfläche.domain.de/liveconfig/login?from=/liveconfig/admin/overview" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0" 605 406 MEINEIP - - [27/Sep/2016:22:52:56 +0200] "GET /liveconfig/admin/overview?id=y5-Rh1SmY.Uc4xgr-DALCLyh HTTP/1.1" 302 1480 "https://oberfläche.domain.de/liveconfig/login?from=/liveconfig/admin/overview" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0" 537 1749 MEINEIP - - [27/Sep/2016:22:52:56 +0200] "GET /liveconfig/login?from=/liveconfig/admin/overview HTTP/1.1" 200 1106 "https://oberfläche.domain.de/liveconfig/login?from=/liveconfig/admin/overview" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0" 532 1424
Evtl noch eine(n) Idee / Tip für mich :confused:
-
Ich habe eine Subdomain eingerichtet "oberfläche.domain.de" und eine Spiegelung (proxy) zu: https://oberfläche.domain.de:8443
Die Oberfläche ist jetzt zwar unter "oberfläche.domain.de" erreichbar bzw unter: "oberfläche.domain.de/liveconfig/login" wenn ich mich Einlogge passiert allerdings folgendes:
Die Seite wird Neu geladen und ich lande auf: http://oberfläche.domain.de/liveconfig/login?from=/liveconfig/admin/overview bin aber immer noch auf der Anmeldemaske :confused:
Jemand eine Idee ? Ich sehe den Wald vor lauter Bäumen nicht mehr :confused:
-
Hier die Lösung zu:
CodeFehler: Proxy Error The proxy server could not handle the request GET /. Reason: Error during SSL Handshake with remote server
System: Debian / Jessie ( Apache2 proxy proxy_http )
Öffnen und bearbeiten:
Einfügen Speichern
CodeSSLProxyEngine on SSLProxyVerify none SSLProxyCheckPeerCN off SSLProxyCheckPeerName off SSLProxyCheckPeerExpire off
Gruß
-
Edit siehe unten
-
***Push***
-
-
Hallo KK,
hast du es dir mal angeschaut ?
-
Ja so hab ich das jetzt auch. Nur lande ich dann auf einer anderen Page als gewünscht.
KK schaut sich das mal an
-
Hallo,
sollte wieder passen. Bin mir aber nicht sicher.
Hab hier leider noch keine Rückantwort
-
E-Mail müsste angekommen sein
-
Ich habe das ganze jetzt testweise nochmal über eine Subdomain versucht in Liveconfig.
Subdomain/Panel: admin.domain.de > Ziel: https://admin.domain.de:8443 ( Spiegelung Proxy )
Lande dann allerdings auf der Passwort Recovery Seite :confused:
Ist hier noch ein Bug ?
Gibt es eine Möglichkeit das über http_redirect zu realisieren ? Falls ja, wie sollte das aussehen ?
-
Mein Liveconfig läuft unter einer eigenen Subdomain (https://admin.domain.de:8443)
Ich würde gerne eine Weiterleitung einrichten aufgrund von Firewall Problemen:
Aufruf http://admin.domain.de ->versteckte Weiterleitung-> https://admin.domain.de:8443Über eine Subdomain in Liveconfig habe ich es schon versucht. Allerdings wird diese Aufgedeckt.
Ist es über die "/etc/liveconfig/liveconfig.conf" machbar ? Über http_redirect bzw http_rewrite ?
Im Handbuch hab ich dazu folgendes gefunden:
http_redirect = STATUS URI ZIEL
Leitet Anfragen für URI um zu ZIEL, und verwendet dabei den HTTP-Status STATUS. Gültige Werte für STATUS sind 301 (dauerhafte Umleitung) oder 302 (vorübergehende Umleitung). Alle URIs müssen mit einem Schrägstrich beginnen. Umleitungen und Umschreibungen (s.u.) haben bei der Verarbeitung von HTTP-Zugriffen die höchste Priorität, somit kann praktisch jede URI umgeleitet werden. Die URI muss jedoch exakt mit der Anfrage übereinstimmen; eine Weiterleitung von Zugriffen mit einem bestimmten Präfix ist nicht möglich.
Meistens wird eine Weiterleitung auf die Anmeldeseite gewünscht:
http_redirect = 301 / /liveconfig/login
So steht es bei mir drin, leider erreiche ich das Panel aber trotzdem nur über den Port.
Steh gerade auf dem . Hat jemand eine Idee für mich ?
Aufruf http://admin.domain.de ->versteckte Weiterleitung-> https://admin.domain.de:8443
-
Hallo,
ist jemand so nett und könnte mir die Standarteinträge hier Posten ?
Speziell:
# http_redirect: define redirects
# format: http_redirect = <status> <Requested_URI> <Destination_URI>
# <status> must be 301 or 302# http_rewrite: define URL rewriting
# format: http_rewrite = <Requested_URI> <Destination_URI>Hab mir die Datei leider zerschossen