ice
ice copied to clipboard
Consider adding ssl support for NodeJS
Adding support SSL endpoints to NodeJS shouldn't be to difficult, basically we can keep using TcpTransceiver and use tls.connect
for secure endpoints.
One issue with keeping the implementation align with other language mappings is the lack of support for Plugins in the JavaScript mapping.
I did some testing in tls branch, enough to get hello demo SSL working, with client and server authentication.
I tried out the branch mentioned above, and everything seems to work fine? Any reason why this could not be in 3.7.3? Maybe as an undocumented or beta feature?