Skip to content

Session.setSSLConfig method

Session › setSSLConfig

Unofficial

Sets the SSL configuration for the session.

Signature:

setSSLConfig(config: ElectronSSLConfigConfig): void

Parameters:

ParameterTypeDescription
configElectronSSLConfigConfigThe SSL configuration.

Returns: void