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
Hi, I'm using this to invoke a server endpoint that has mutual TLS enabled. How can I pass in my client cert, key and ca bundle so the http client will use that during the https handshake?
i.e. with vanilla node https, I would specify the cert, key and ca parameters in the options. What's the equivalent for this library?
The text was updated successfully, but these errors were encountered:
Hi, I'm using this to invoke a server endpoint that has mutual TLS enabled. How can I pass in my client cert, key and ca bundle so the http client will use that during the https handshake?
i.e. with vanilla node https, I would specify the cert, key and ca parameters in the options. What's the equivalent for this library?
The text was updated successfully, but these errors were encountered: