Skip to content

Commit

Permalink
Fix typo in SRV delegation (#1877)
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
  • Loading branch information
Johennes authored Jun 18, 2024
1 parent 7773716 commit 6dfab46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/server_server/newsfragments/1877.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix various typos throughout the specification.
2 changes: 1 addition & 1 deletion content/server-server-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ to send. The process overall is as follows:
target server must present a valid certificate for
`<delegated_hostname>`.
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
`<delegated_hostname>`. The target server must present a valid
certificate for `<delegated_hostname>`.
Expand Down

0 comments on commit 6dfab46

Please sign in to comment.