I just installed pydio on a public server. I had tested this on a local server and everything seemed fine and working.
This installation was on a Debian 10 buster. I have this on a VM behind iptables but have configured nat to accept and pass port 8081, which is the port I used.
This machine does serve many domains using virtualmin.
I had a lot of issues getting is going, however after I flushed the DB, cleared the files in /var/cells/services
and re-ran cells configure
to use 0.0.0.0 with self-signed certs
+---+----------------------+--------------------+-------------------------------+
| # | BIND(S) | TLS | EXTERNAL URL |
+---+----------------------+--------------------+-------------------------------+
| 0 | https://0.0.0.0:8081 | Self-Signed | https://sub.domain.ca |
+---+----------------------+--------------------+------------------------------
I can now access the GUI, either through apache reverse proxy with default explained here by https://sub.domain.ca, and by https://sub.domain.ca:8081
However now I am getting a websocket error.
CONNECTION ISSUE: Websocket seems t obe disconnected, please make sure that the server is up and websocket connection is working
The bottom of the GUI also gives
Unsuccessful HTTP response
Web Console gives this
WebSocket connection to ‘wss://shares.smbservices.ca/ws/event’ failed
WebSocket Closed Connection:The connection was closed abnormally, e.g., without sending or receiving a Close control frame (code 1006)
What I find strange is I have mattermost and RocketChat working on this server, both using websockets and they are working fine. So there must be some kind of config issues.
any ideas?
as for logs
journalctl -fu cells -S -1h
is pretty clean
Apr 14 13:18:32 sub.domain.ca cells[9995]: 2022-04-14T13:18:32.429-0400 ERROR pydio.rest.activity Could not prepare start {"error": "timeout"}
Apr 14 13:18:33 sub.domain.ca cells[9995]: 2022-04-14T13:18:33.208-0400 ERROR pydio.gateway.websocket Could not prepare start {"error": "timeout"}