Categories of SSL failure reported by SSLException.

Synopsis

Declared in <folly/io/async/ssl/SSLErrors.h>

enum class SSLError : int;

Members

Name

Description

CLIENT_RENEGOTIATION

A client tried to renegotiate with this server.

INVALID_RENEGOTIATION

We attempted to start a renegotiation.

EARLY_WRITE

Wrote before the SSL connection was established.

SSL_ERROR

An error related to SSL.

NETWORK_ERROR

An error related to the network.

EOF_ERROR

The peer terminated the connection correctly.

Created with MrDocs