summary refs log tree commit diff
path: root/changelog.d/10713.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix incompatibility with Twisted < 21. (#10713)Richard van der Hoff2021-08-271-0/+1
Turns out that the functionality added in #10546 to skip TLS was incompatible with older Twisted versions, so we need to be a bit more inventive. Also, add a test to (hopefully) not break this in future. Sadly, testing TLS is really hard.