“Ich habe Deinen Beitrag ein bisschen formatiert: ``` sonst is er so schwer zu lesen” ….war schon irritiert:joy:
hier die Diagnose (darfst gerne formatieren):
[root@webserver egroupware-rocketchat]# curl -i http://127.0.0.1:3000/rocketchat/api/info
HTTP/1.1 200 OK
X-XSS-Protection: 1
X-Instance-ID: NBehtLocmjaCYrnEJ
Cache-Control: no-store
Pragma: no-cache
content-type: application/json
Vary: Accept-Encoding
Date: Wed, 22 Apr 2020 20:25:07 GMT
Connection: keep-alive
Transfer-Encoding: chunked
{“version”:“3.1.1”,“success”:true}[root@webserver egroupware-rocketchat]# curl -i https://XXXXXX/rocketchat/api/info
HTTP/1.1 404 Not Found
Date: Wed, 22 Apr 2020 20:26:38 GMT
Server: Apache/2.4.37 (centos) OpenSSL/1.1.1c
Content-Length: 217
Content-Type: text/html; charset=iso-8859-1
404 Not Found
Not Found
The requested URL /rocketchat/api/info was not found on this server.
[root@webserver egroupware-rocketchat]# docker exec -it egroupware bash -c 'apt update && apt install -y curl'
Hit:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease
Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1185 kB]
Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1372 kB]
Fetched 2809 kB in 2s (1339 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
40 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree
Reading state information... Done
curl is already the newest version (7.58.0-2ubuntu3.8).
0 upgraded, 0 newly installed, 0 to remove and 40 not upgraded.
[root@webserver egroupware-rocketchat]# docker exec -it egroupware curl -i https://XXXXXX/rocketchat/api/info
curl: (7) Failed to connect to XXXXXX port 443: Connection timed out
[root@webserver egroupware-rocketchat]# docker exec -it rocketchat curl -i https://XXXXXX/egroupware/
curl: (7) Failed to connect to XXXXXX port 443: Connection timed out
[root@webserver egroupware-rocketchat]# ping XXXXXX
PING XXXXXX (172.16.1.4) 56(84) bytes of data.
64 bytes from XXXXXX (172.16.1.4): icmp_seq=1 ttl=64 time=0.144 ms
— XXXXXX ping statistics —
8 packets transmitted, 8 received, 0% packet loss, time 198ms
rtt min/avg/max/mdev = 0.117/0.122/0.144/0.008 ms