ice icon indicating copy to clipboard operation
ice copied to clipboard

Consider adding ssl support for NodeJS

Open pepone opened this issue 6 years ago • 2 comments

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.

pepone avatar Jan 04 '19 18:01 pepone

I did some testing in tls branch, enough to get hello demo SSL working, with client and server authentication.

pepone avatar Jan 04 '19 18:01 pepone

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?

alnr avatar Aug 20 '19 08:08 alnr