-
- Downloads
ACME config cleanups (#4525)
* Handle listening for ACME requests on IPv6 addresses the weird url-but-not-actually-a-url-string doesn't handle IPv6 addresses without extra quoting. Building a string which you are about to parse again seems like a weird choice. Let's just use listenTCP, which is consistent with what we do elsewhere. * Clean up the default ACME config make it look a bit more consistent with everything else, and tweak the defaults to listen on port 80. * newsfile
Showing
- changelog.d/4525.feature 1 addition, 0 deletionschangelog.d/4525.feature
- synapse/app/__init__.py 24 additions, 1 deletionsynapse/app/__init__.py
- synapse/app/_base.py 1 addition, 21 deletionssynapse/app/_base.py
- synapse/config/tls.py 74 additions, 26 deletionssynapse/config/tls.py
- synapse/handlers/acme.py 15 additions, 12 deletionssynapse/handlers/acme.py
changelog.d/4525.feature
0 → 100644
Please register or sign in to comment