Skip to content

ElectronSSLConfigConfig

Unofficial

SSL configuration for a session.

Import:

import type { ElectronSSLConfigConfig } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronSSLConfigConfig

Properties

Property Type Description
disabledCipherSuites? number[] List of cipher suites which should be explicitly prevented from being used, in addition to those disabled by the net built-in policy.
maxVersion? string The maximum SSL version to allow when connecting to remote servers. Can be tls1.2 or tls1.3.
minVersion? string The minimum SSL version to allow when connecting to remote servers. Can be tls1, tls1.1, tls1.2 or tls1.3.