server-server-api: Fix grammar in server discovery (#1665)

pull/1671/head
Val Lorentz 7 months ago committed by GitHub
parent 9fe119370b
commit 7c19500da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
Fix various typos throughout the specification.

@ -186,8 +186,8 @@ to send. The process overall is as follows:
header of `<hostname>`. The target server must present a valid certificate
for `<hostname>`.
6. 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
6. If the `/.well-known` request returned an error response, and
no SRV records were found, an IP address is resolved using CNAME, AAAA and A
records. Requests are made to the resolved IP address using port
8448 and a `Host` header containing the `<hostname>`. The target
server must present a valid certificate for `<hostname>`.

Loading…
Cancel
Save