Hallo... ich habe nun alle Subdomains auf ddnss.de erstellt, in Caddy eingefuegt und versucht die Webseiten aufzurufen.
Jellyfin geht weiterhin problemlos.
Bei Syncthing bekomme ich die Meldung: "Host check error".
Laut der Syncthing Webseite bedeutet der Fehler:
"Since version 0.14.6 Syncthing does an extra security check when the GUI/API is bound to localhost - namely that the browser is talking to localhost. This protects against most forms of DNS rebinding attack against the GUI.
To pass this test, ensure that you are accessing the GUI using an URL that begins with http://localhost, http://127.0.0.1 or http://[::1]. HTTPS is fine too, of course.
If you are using a proxy in front of Syncthing you may need to disable this check, after ensuring that the proxy provides sufficient authentication to protect against unauthorized access. Either:
Dies ist Chinesisch
Im Caddyforum sagten sie mir ich muesste nun meine Caddyfile anpassen:
B.ddnss.de {
reverse_proxy localhost:8384 {
header_up Host localhost
}
}
nachdem ich das gemacht habe:
mit nslookup zeigen alle subdomains auf meine externe IP
das komische ist das selbst wenn ich mich per https://127.0.0.1:8384 in der Syncthing UI einloggen, mir angezeigt wird dass die Verbundung nicht sicher ist, dass eine "exception" fuer diese Seite erstellt habe...
weis jemand was ich noch probieren kann?
waere ewig dankbar
LG
Jellyfin geht weiterhin problemlos.
Bei Syncthing bekomme ich die Meldung: "Host check error".
Laut der Syncthing Webseite bedeutet der Fehler:
"Since version 0.14.6 Syncthing does an extra security check when the GUI/API is bound to localhost - namely that the browser is talking to localhost. This protects against most forms of DNS rebinding attack against the GUI.
To pass this test, ensure that you are accessing the GUI using an URL that begins with http://localhost, http://127.0.0.1 or http://[::1]. HTTPS is fine too, of course.
If you are using a proxy in front of Syncthing you may need to disable this check, after ensuring that the proxy provides sufficient authentication to protect against unauthorized access. Either:
- Make sure the proxy sets a Host header containing localhost, or
- Set insecureSkipHostcheck in the advanced settings, or
- Bind the GUI/API to a non-localhost listen port.
Dies ist Chinesisch
Im Caddyforum sagten sie mir ich muesste nun meine Caddyfile anpassen:
B.ddnss.de {
reverse_proxy localhost:8384 {
header_up Host localhost
}
}
nachdem ich das gemacht habe:
mit nslookup zeigen alle subdomains auf meine externe IP
das komische ist das selbst wenn ich mich per https://127.0.0.1:8384 in der Syncthing UI einloggen, mir angezeigt wird dass die Verbundung nicht sicher ist, dass eine "exception" fuer diese Seite erstellt habe...
weis jemand was ich noch probieren kann?
waere ewig dankbar
LG