my Social app installation in #Nextcloud is giving a strange error:
Firefox can’t establish a connection to the server at wss://nextcloudpi/push/ws.
My config defines a proxy for ws:// and the notify_push:self-test checks ok as does systemctl status, but a grep of the app/social code shows js mentions of wss:// - I also notice the dashboard also logs these errors, likely because Social is active? or because my systemd adds --allow-self-signed?
I tried modifying the ProxyPass to wss: to no avail, double checked installed modules and the reqs from the notify_push git page. I did find mention that wss is the secure version, only recommended where NC and NP are on different machines, which they are not.
maybe it is benign? My only symptom so far is nothing goes out, and nothing comes in to @… and one of these days I'm going to figure out why!