SSL
Method GET
Return SSL statistics
Returns SSL statistics.
get/ssl
Query parameters
fieldsstring
Limits which fields of SSL statistics will be output.
Response
Success
Example response
{
"handshakes": 79572,
"handshakes_failed": 21025,
"session_reuses": 15762,
"no_common_protocol": 4,
"no_common_cipher": 2,
"handshake_timeout": 0,
"peer_rejected_cert": 0,
"verify_failures": {
"no_cert": 0,
"expired_cert": 2,
"revoked_cert": 1,
"hostname_mismatch": 2,
"other": 1
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.