NGINX · Example Payload

Plus Http Api Nginx Ssl Object Example

API GatewayCachingCloud-NativeLoad BalancerOpen-SourceReverse ProxyWeb Server

Plus Http Api Nginx Ssl Object Example is an example object payload from NGINX, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

handshakeshandshakes_failedsession_reusesno_common_protocolno_common_cipherhandshake_timeoutpeer_rejected_certverify_failures

Example Payload

Raw ↑
{
  "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
  }
}