SSLError¶
The session failed for a reason other than the one SSLAuthFail names. A
session reports this when its peer did not speak TLS, shared no protocol
version, rejected the certificate the session presented, or presented one
that would not parse. A session created with verification off reports it for
every failure, and so does any session that fails after its handshake.
Constructors¶
create¶
Returns¶
- SSLError val^
Public Functions¶
eq¶
Parameters¶
- that: SSLError val
Returns¶
- Bool val
ne¶
Parameters¶
- that: SSLError val
Returns¶
- Bool val