If it is true, SSL is enabled.
Default 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.
SSL options factory. If you don't specify it, BasicSSLOptionsFactory is used by default.
The properties to be set for SSL options.
Generated using TypeDoc
SSL configuration.