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

PropertyTypeDescription
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?stringThe maximum SSL version to allow when connecting to remote servers. Can be tls1.2 or tls1.3.
minVersion?stringThe minimum SSL version to allow when connecting to remote servers. Can be tls1, tls1.1, tls1.2 or tls1.3.