Skip to content

Consider adding ssl support for NodeJS #326

@pepone

Description

@pepone
Member

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.

Activity

added this to the 3.7.3 milestone on Jan 4, 2019
pepone

pepone commented on Jan 4, 2019

@pepone
MemberAuthor

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

modified the milestones: 3.7.3, 4.0.0 on Jun 7, 2019
alnr

alnr commented on Aug 20, 2019

@alnr

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?

modified the milestones: 3.8.0, Future on Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @pepone@alnr@bernardnormier

        Issue actions

          Consider adding ssl support for NodeJS · Issue #326 · zeroc-ice/ice