mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Fix typo in SRV delegation (#1877)
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
7773716d18
commit
6dfab46268
|
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
||||||
|
|
@ -166,7 +166,7 @@ to send. The process overall is as follows:
|
||||||
target server must present a valid certificate for
|
target server must present a valid certificate for
|
||||||
`<delegated_hostname>`.
|
`<delegated_hostname>`.
|
||||||
5. If no SRV record is found, an IP address is resolved using CNAME, AAAA
|
5. If no SRV record is found, an IP address is resolved using CNAME, AAAA
|
||||||
or A records. Requests are then made to the resolve IP address
|
or A records. Requests are then made to the resolved IP address
|
||||||
and a port of 8448, using a `Host` header of
|
and a port of 8448, using a `Host` header of
|
||||||
`<delegated_hostname>`. The target server must present a valid
|
`<delegated_hostname>`. The target server must present a valid
|
||||||
certificate for `<delegated_hostname>`.
|
certificate for `<delegated_hostname>`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue