Hallo,
ich kann Nextcloud nicht mehr über die interne IP erreichen, nachdem ich erfolglos versucht habe auf https umzustellen bzw. dies wieder rückgängig zu machen.
Erwähnenswertes:
- Nextcloud läuft auf einem Ubuntu Server als Snap (30.0.2snap2)
- Wegen Konflikten mit Port 80 habe ich ursprünglich via snap set den Port auf 84 geändert, was auch lange funktioniert hat
- Nextcloud wird nur im eigenen LAN verwendet und sollte auch so bleiben
- https funktioniert anscheinend ohne Proxy nicht (oder übersehe ich hier was?) - wegen dem Calender von iCloud wäre jedenfalls https nötig
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.5 LTS
Release: 22.04
Codename: jammy
Als Anleitung um vom missglückten https zu http umzusteigen, habe ich folgende Anleitung verwendet:
https://github.com/nextcloud-snap/nextcloud-snap/wiki/Managing-HTTP-encryption-(HTTPS)#change-lets-encrypt-domain----lets-encrypt-from-scratch
etstat -tulpen |grep 84
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:4444 0.0.0.0:* LISTEN 0 44182684 -
netstat -tulpen |grep 443
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 0 44182689 -
netstat -tulpen |grep 80
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 127.0.0.1:8086 0.0.0.0:* LISTEN 120 21382327 -
tcp 0 0 127.0.0.1:8088 0.0.0.0:* LISTEN 120 21371365 -
tcp6 0 0 :::80 :::* LISTEN 0 62241633 -
udp6 0 0 fe80::58c4:bfff:fe1:123 :::* 0 23170 -
udp6 0 0 :::49880 :::* 0 44182703 -
Ich verstehe nur nicht ganz warum ich nach disable-https keinen Zugriff mehr habe …
Vielen Dank für Hilfe im Voraus!
MfG pad