mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-10 10:38:05 -05:00
Fix well-known lookups with the federation certificate whitelist (#5997)
This commit is contained in:
parent
c755955f33
commit
850dcfd2d3
5 changed files with 63 additions and 15 deletions
|
|
@ -217,7 +217,7 @@ class MatrixHostnameEndpoint(object):
|
|||
self._tls_options = None
|
||||
else:
|
||||
self._tls_options = tls_client_options_factory.get_options(
|
||||
self._parsed_uri.host.decode("ascii")
|
||||
self._parsed_uri.host
|
||||
)
|
||||
|
||||
self._srv_resolver = srv_resolver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue