Categories of SSL failure reported by SSLException.
Declared in <folly/io/async/ssl/SSLErrors.h>
enum class SSLError : int;
| 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. |