From 3b75971cbf6118718918045215f9479618b3b6e0 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 9 Aug 2023 09:16:28 -0600 Subject: [PATCH] Update SRV steps per https://github.com/matrix-org/matrix-spec/pull/1615 --- proposals/4040-update-srv-service-name.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/proposals/4040-update-srv-service-name.md b/proposals/4040-update-srv-service-name.md index aee51aac..5e41145d 100644 --- a/proposals/4040-update-srv-service-name.md +++ b/proposals/4040-update-srv-service-name.md @@ -71,15 +71,15 @@ The new steps thus become: are then made to the resolve IP address and a port of 8448, using a `Host` header of ``. The target server must present a valid certificate for ``. -4. **(ADDED)** If the `/.well-known` request resulted in an error response, a server is found by resolving an - SRV record for `_matrix-fed._tcp.`. This may result in a hostname (to be resolved using AAAA or A - records) and port. Requests are made to the resolved IP address and port, using 8448 as a default port, with - a `Host` header of ``. The target server must present a valid certificate for ``. +4. **(ADDED)** If the `/.well-known` request resulted in an error response, a server is found by resolving + an SRV record for `_matrix-fed._tcp.`. This may result in a hostname (to be resolved using AAAA or A + records) and port. Requests are made to the resolved IP address and port, with a `Host` header of ``. + The target server must present a valid certificate for ``. 5. **(DEPRECATED)** If the `/.well-known` request resulted in an error response, a server is found by resolving an SRV record for `_matrix._tcp.`. This may result in a hostname (to be resolved using AAAA or A - records) and port. Requests are made to the resolved IP address and port, using 8448 as a default port, with a - `Host` header of ``. The target server must present a valid certificate for ``. + records) and port. Requests are made to the resolved IP address and port, with a `Host` header of ``. + The target server must present a valid certificate for ``. 6. (unchanged) 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 records. Requests are made to the resolved IP address using port