Bug 1182026 - Fix in-tree documentation for TLS Error Reports (r=?)

This commit is contained in:
Mark Goodwin 2015-07-09 13:22:05 +01:00
parent 52b5ebd4ec
commit 7b509de733

View File

@ -7,6 +7,8 @@ Payload Format
An example report::
{
"hostname":"example.com",
"port":443,
"timestamp":1413490449,
"errorCode":-16384,
"failedCertChain":[
@ -20,6 +22,12 @@ An example report::
Where the data represents the following:
"hostname"
The name of the host the connection was being made to.
"port"
The TCP port the connection was being made to.
"timestamp"
The (local) time at which the report was generated. Seconds since 1 Jan 1970,
UTC.