Optional enabledIf it is true, SSL is enabled.
Optional sslDefault SSL options are empty which means the following default configuration is used while connecting to the server.
{
checkServerIdentity: (): any => null,
rejectUnauthorized: true,
};
If you want to override the default behavior, you can define your own options.
Optional sslSSL options factory. If you don't specify it, BasicSSLOptionsFactory is used by default.
Optional sslThe properties to be set for SSL options.
Generated using TypeDoc
SSL configuration.