0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-09 06:08:56 +02:00
synapse/changelog.d
Denis Kasak 3a0aa6fe76
Force TLS certificate verification in registration script. (#16530)
If using the script remotely, there's no particularly convincing reason
to disable certificate verification, as this makes the connection
interceptible.

If on the other hand, the script is used locally (the most common use
case), you can simply target the HTTP listener and avoid TLS altogether.
This is what the script already attempts to do if passed a homeserver
configuration YAML file.
2023-10-23 07:38:51 -04:00
..
.gitignore
16485.bugfix Mark sync as limited if there is a gap in the timeline (#16485) 2023-10-19 15:04:18 +01:00
16492.misc Improve performance of delete device messages query (#16492) 2023-10-18 16:42:01 +01:00
16510.misc Avoid sending massive replication updates when purging a room. (#16510) 2023-10-18 12:26:01 -04:00
16511.misc Test against Python 3.12 release (#16511) 2023-10-17 14:41:10 -04:00
16512.misc Run trial/integration tests if .ci is modified. (#16512) 2023-10-18 07:19:53 -04:00
16521.misc Remove the last reference to event_txn_id. (#16521) 2023-10-23 07:37:45 -04:00
16529.doc Clarify presence router docs. (#16529) 2023-10-20 11:40:26 -04:00
16530.bugfix Force TLS certificate verification in registration script. (#16530) 2023-10-23 07:38:51 -04:00
16539.misc Bump matrix-synapse-ldap3 from 0.2.2 to 0.3.0 (#16539) 2023-10-23 12:28:29 +01:00