Skip to content

SSLError

[Source]

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.

primitive val SSLError

Constructors

create

[Source]

new val create()
: SSLError val^

Returns


Public Functions

eq

[Source]

fun box eq(
  that: SSLError val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: SSLError val)
: Bool val

Parameters

Returns