Thoughts
I'm hitting a very weird and very annoying bug with https://matthiasportzel.com. I'm starting to have an idea of what's going on
though. I'm getting "Secure Connection Failed" sometimes, but only sometimes. And it's not an invalid certificate, it's some other sort of TLS error.
=> https://support.mozilla.org/en-US/kb/secure-connection-failed-firefox-did-not-connect
It doesn't reproduce in Curl or with cache disabled in Firefox.
I just hit it in Safari, maybe, it said "Server Unexpectedly dropped the connection."
Okay, I just hit it with curl by passing the If-None-Match and E tag. So yeah, it has a cache hit, returns 304, but then incorrectly, I suppose, closes the HTTP/2 connection before the client expects.
It used to work? So it's not like Apache is just totally broken, but I might switch off Apache at this point anyways. A combination of bad defaults and a lack of HTTP/3 support.