mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-12 14:14:09 +02:00
Remove mention of default port with SRV records (#1615)
This commit is contained in:
parent
f5035b8e02
commit
05ca6c7392
|
|
@ -0,0 +1 @@
|
||||||
|
Remove spurious mention of a "default port" with respect to SRV record lookup.
|
||||||
|
|
@ -162,13 +162,12 @@ to send. The process overall is as follows:
|
||||||
`<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>`.
|
||||||
|
|
||||||
4. If the `/.well-known` request resulted in an error response, a
|
4. If the `/.well-known` request resulted in an error response, a server is
|
||||||
server is found by resolving an SRV record for
|
found by resolving an SRV record for `_matrix._tcp.<hostname>`. This may
|
||||||
`_matrix._tcp.<hostname>`. This may result in a hostname (to be
|
result in a hostname (to be resolved using AAAA or A records) and
|
||||||
resolved using AAAA or A records) and port. Requests are made to the
|
port. Requests are made to the resolved IP address and port, with a `Host`
|
||||||
resolved IP address and port, using 8448 as a default port, with a
|
header of `<hostname>`. The target server must present a valid certificate
|
||||||
`Host` header of `<hostname>`. The target server must present a
|
for `<hostname>`.
|
||||||
valid certificate for `<hostname>`.
|
|
||||||
|
|
||||||
5. If the `/.well-known` request returned an error response, and the
|
5. If the `/.well-known` request returned an error response, and the
|
||||||
SRV record was not found, an IP address is resolved using CNAME, AAAA and A
|
SRV record was not found, an IP address is resolved using CNAME, AAAA and A
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue