SSLException

Exception thrown when OpenSSL functions return a non-1 error code, such as when the OpenSSL context could not be setup, or when it could not establish an SSL connection from an otherwise live connection.

The attached code should be the error integer yielded from the failing SSL call.

Constructors

this
this(string msg, int code, string file, size_t line, Throwable nextInChain)

Constructor attaching an error code.

this
this(string msg, string file, size_t line, Throwable nextInChain)

Passthrough constructor.

Members

Variables

code
int code;

SSL error code.