Categories of SSL failure reported by SSLException.
Synopsis
Declared in <folly/io/async/ssl/SSLErrors.h>
enum class SSLError : int;
Members
Name |
Description |
|
A client tried to renegotiate with this server. |
|
We attempted to start a renegotiation. |
|
Wrote before the SSL connection was established. |
|
An error related to SSL. |
|
An error related to the network. |
|
The peer terminated the connection correctly. |
Created with MrDocs