Buildbot website not working under Safari due to WebSocket implementation not handling HTTP 401
Open
web UI
- Dominant language
- Python
- Stars
- 5.5k
- Forks
- 1.7k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 6
Description
The Buildbot web site does not function properly under Safari. The issue the web inspector reports is:
```
`WebSocket connection to 'wss://ci.example.com/ws' failed: Unexpected response code: 401
```
The underlying problem seems to be a bug in Safari/WebKit itself:
https://bugs.webkit.org/show_bug.cgi?id=80362
Screenshot:

Contributor guide
Assessment
This issue has not been assessed yet.