Merge pull request #1830 from matrix-org/travis/spec/x509-wk
Specify .well-known s2s discovery and X.509 validation
This commit is contained in:
commit
41e50d553e
5 changed files with 158 additions and 47 deletions
|
@ -44,8 +44,8 @@ redirect loops). If the request does not return a 200, continue to step 4,
|
|||
otherwise:
|
||||
|
||||
The response must be valid JSON which follows the structure documented
|
||||
below. Otherwise, the request is aborted. It is NOT necessary for the response
|
||||
to have a `Content-Type` of `application/json`.
|
||||
below. Otherwise, continue to the next step in the discovery process. It is
|
||||
NOT necessary for the response to have a `Content-Type` of `application/json`.
|
||||
|
||||
If the response is valid, the `m.server` property is parsed as
|
||||
`<delegated_server_name>[:<delegated_port>]`, and processed as follows:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue