Additional parameters to pass to the Node HTTPS API for secure requests. These can include any
of the TLS-related parameters supported by https.request(), such as ca, cert, and key.
This object should be stored in the tlsParams property of LDOptions.
For more information, see the Node documentation for https.request() and tls.connect().
Additional parameters to pass to the Node HTTPS API for secure requests. These can include any of the TLS-related parameters supported by
https.request()
, such asca
,cert
, andkey
. This object should be stored in thetlsParams
property of LDOptions.For more information, see the Node documentation for
https.request()
andtls.connect()
.