MatrixSynapse/synapse
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
..
_scripts Force TLS certificate verification in registration script. (#16530) 2023-10-23 07:38:51 -04:00
api
app
appservice
config
crypto
events
federation
handlers Mark sync as limited if there is a gap in the timeline (#16485) 2023-10-19 15:04:18 +01:00
http
logging
media Handle content types with parameters. (#16440) 2023-10-11 07:50:34 -04:00
metrics
module_api Convert user_get_threepids response to attrs. (#16468) 2023-10-11 20:08:11 -04:00
push
replication Avoid sending massive replication updates when purging a room. (#16510) 2023-10-18 12:26:01 -04:00
res
rest Convert user_get_threepids response to attrs. (#16468) 2023-10-11 20:08:11 -04:00
server_notices
spam_checker_api
state
static
storage Remove the last reference to event_txn_id. (#16521) 2023-10-23 07:37:45 -04:00
streams
types
util Fix a bug where servers could be marked as up when they were failing (#16506) 2023-10-17 07:32:40 -04:00
__init__.py
_pydantic_compat.py
event_auth.py
notifier.py
py.typed
server.py
visibility.py