-
Notifications
You must be signed in to change notification settings - Fork 17
Use custom Agent to support tls.connect() options #6
Open
Labels
Description
As per the example at https://nodejs.org/api/https.html#https_https_request_options_callback
add options.agent = new https.Agent(options); to support tls.connect() options.