You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** A boolean to enable or disables TLS/SSL for the connection. (The ssl option is equivalent to the tls option.) */
110
110
ssl?: boolean;
111
-
/** Specifies the location of a local TLS Certificate */
111
+
/**
112
+
* Specifies the location of a local TLS Certificate
113
+
* @deprecated Will be removed in the next major version. Please use tlsCertificateKeyFile instead.
114
+
*/
112
115
tlsCertificateFile?: string;
113
116
/** Specifies the location of a local .pem file that contains either the client's TLS/SSL certificate and key or only the client's TLS/SSL key when tlsCertificateFile is used to provide the certificate. */
0 commit comments