mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-03 22:04:48 -04:00
Fix federation connections to literal IP addresses
turns out we need a shiny version of service_identity to enforce this correctly.
This commit is contained in:
parent
d11c634ced
commit
efe7b3176e
2 changed files with 11 additions and 6 deletions
|
@ -45,7 +45,9 @@ REQUIREMENTS = [
|
|||
"signedjson>=1.0.0",
|
||||
"pynacl>=1.2.1",
|
||||
"idna>=2",
|
||||
"service_identity>=16.0.0",
|
||||
|
||||
# validating SSL certs for IP addresses requires service_identity 18.1.
|
||||
"service_identity>=18.1.0",
|
||||
|
||||
# our logcontext handling relies on the ability to cancel inlineCallbacks
|
||||
# (https://twistedmatrix.com/trac/ticket/4632) which landed in Twisted 18.7.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue