SSLContextFactory¶
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.
Constructors¶
create¶
Returns¶
- SSLContextFactory val^
Public Functions¶
apply¶
Returns¶
- SSLContext val
eq¶
Parameters¶
- that: SSLContextFactory val
Returns¶
- Bool val
ne¶
Parameters¶
- that: SSLContextFactory val
Returns¶
- Bool val