Skip to content

Commit f07e006

Browse files
committed
docs: clarify that well-known resolution happens on the port specified in TEI
Signed-off-by: Pavel Shukhman <[email protected]>
1 parent ed066b6 commit f07e006

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

discovery/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,13 @@ The name in the DNS name part points to a set of DNS records.
218218
A TEI with `domain-name` `tea.example.com` queries DNS for `tea.example.com`, considering `A`, `AAAA` and `CNAME` records.
219219
These point to the hosts available for the Transparency Exchange API.
220220

221-
The TEA client connects to the host using HTTPS and validates the certificate.
222-
The URI is composed of the name with the `/.well-known/tea` prefix added.
221+
The TEA client connects to the host using HTTPS on the domain port specified in TEI and validates
222+
the certificate. The URL is composed of the host name and port with the `/.well-known/tea` path added.
223223

224-
This results in the base URI
225-
`https://tea.example.com/.well-known/tea`
224+
This results in the base URL such as
225+
`https://products.example.com:443/.well-known/tea`
226226

227-
This URI must contain static json that lists the available TEA server endpoints and supported versions.
227+
This response must contain json object that lists the available TEA server endpoints and supported versions.
228228
The json must conform to the [TEA Well-Known Schema](tea-well-known.schema.json).
229229

230230
Example:

0 commit comments

Comments
 (0)