python / buildmaster-config

Configuration for buildbot.python.org
https://buildbot.python.org/all/#/
30 stars 56 forks source link

Firefox can’t establish a connection to the server at wss://buildbot.python.org/all/ws #501

Closed vstinner closed 2 months ago

vstinner commented 2 months ago

When trying to load the URL https://buildbot.python.org/all/#/builders?tags=%2B3.x&tags=%2Bstable Firefox logs an error in the Javascript console:

Firefox can’t establish a connection to the server at wss://buildbot.python.org/all/ws

vstinner commented 2 months ago

Maybe something is missing in our nginx proxy configuration? See maybe this doc: https://docs.buildbot.net/latest/manual/configuration/www.html#reverse-proxy-configuration

cc @zware @ambv

zware commented 2 months ago

Yes, need to add a rewrite to the /ws location as well as /.

zware commented 2 months ago

Fixed in python/psf-salt#376.