Skip to content

SSLContextFactory

[Source]

Creates an SSL context for HTTPS client connections. Attempts to load the system CA store for certificate verification. If no CA store is available, falls back to an unverified context.

This is the default SSL context used by request actors when Credentials.ssl_ctx is None.

primitive val SSLContextFactory

Constructors

create

[Source]

new val create()
: SSLContextFactory val^

Returns


Public Functions

apply

[Source]

fun box apply()
: SSLContext val

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns