Release v1.0.7
Summary
Opening the Chronicle Workbench as http://localhost:35000 returns nothing — ERR_EMPTY_RESPONSE in a browser, curl: (52) Empty reply from server — which reads as a broken Workbench. The port is HTTPS only, and nothing said so.
Changed
- The startup banner and the documentation now state that the Workbench port is HTTPS only, and name the empty-response symptom you get from using
http://. The kernel multiplexes HTTP/1.1 and HTTP/2 on that port through ALPN, which requires TLS, so there is no plaintext mode for it —https://localhost:35000is the address.