Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.96.0rc1 | Erik Johnston | 2023-10-31 | 1 | -1/+0 |
| | |||||
* | Revert "1.96.0rc1" | Erik Johnston | 2023-10-31 | 1 | -0/+1 |
| | | | | This reverts commit 4724a6ded136c727bcff5082b94c2b3d6355e908. | ||||
* | 1.96.0rc1 | Erik Johnston | 2023-10-31 | 1 | -1/+0 |
| | |||||
* | Force TLS certificate verification in registration script. (#16530) | Denis Kasak | 2023-10-23 | 1 | -0/+1 |
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. |