I'm trying to install my #mastodon instance, but I can't get the streaming API to work.
Firefox errors with this message:  “Firefox can't establish a connection to the server at wss://oc.todon.fr//api/v1/streaming/?access_token=...”
Any idea what is going on?
@_ZN3val is it a port conflict? It has been a while since I dealt with websockets but I think wss:// would use port 443 by default, and you already have HTTPS traffic on that port
@owent I copy-pasted the nginx config in Mastodon's doc, so it should be fine
@owent Lol actually, it was a port issue: I messed with the config file and used 3000 instead of 4000. It looks fixed now, thanks!
@_ZN3val Great :) I look forward to checking out the instance