Christian
Christian
**What happened**: With OCSP stapling support enabled, on every single request that serves a TLS certificate which does not contain OCSP information, the following error message is logged: `[lua] certificate.lua:124:...
### Background information - **Dendrite version or git SHA**: 0.6.0 - **Monolith or Polylith?**: Monolith - **SQLite3 or Postgres?**: Postgres 12.8.0 - **Running in Docker?**: Yes (matrixdotorg/dendrite-monolith@sha256:b6c02bbca4806d8edf6c5944da5bbd9d99e64f8f2f78997464bf8c98bce8ea72) This server has...
**What does this PR change? What problem does it solve?** When run with `HUGO_UGLYURLS=true`, the position count is wrong and a comma is missing between array elements, causing errors during...
Some proxies don't use `X-Forwarded-For`, but set different headers. Synology's "Web Station" for example sets `X-Real-Ip` instead. It's such a small change, I thought I'd ask if you accept pull...
There were several attempts to fix #11445, the latest I've found in #23960 (which is a fix for #21431). Sadly the way it was done is by adding `no-verify` instead...