-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Because of this issue in Node which changed rejectUnauthorized from default false to true (see nodejs/node-v0.x-archive#3949), the TLS negotiation fails for self-signed certificates. Using any kind of transport which utilizes XMLHttpRequest module, fails because no options are passed to the HTTPS request. See same issue opened for XMLHttpRequest here (driverdan/node-XMLHttpRequest#55).
Consider passing HTTP/HTTPS options in the Connect function and propagate them to each transport adaptor (poll, ws, flash) object being instantiated all the way to the XmlHttpRequest. The option object can also contain a custom Agent. I believe this custom agent was also requested for this module.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels