-
-
Notifications
You must be signed in to change notification settings - Fork 7
Add Secure WebSockets (wss://) support #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The move to an OO-based Socket API was designed to allow wss:// support to be added by creating additional Socket classes that encapsulate the SSL/TLS layer. Two methods have been investigated/prototyped so far:
At NI Days Europe 2019 in November, NI announced that SSL/TLS support would be added to the TCP/IP palette in LabVIEW 2020. The intention is to develop wss:// support using the LV2020 Beta and release in time for the full release of LabVIEW 2020. |
Initial experiments with the TLS/SSL support added to LabVIEW 2020 are promising but there are a number of small issues related to their timeout / error code behaviour. I am intending to develop/release the TLS/SSL support as an addon package to allow continued support for older LabVIEW versions (>= LV2013) and the addon package will be for >=LV2020. |
Secure WebSockets Support has been added as an addon library for LabVIEW 2020. The package is available on GitHub at https://github.com/MediaMongrels-Ltd/LabVIEW-Secure-WebSockets-Addon |
I'm trying to setup a connection as a client to a public wss address, but it doesn't work. Do I need to select a certificate? And how do I get one? |
The current implementation of the library uses the native LabVIEW TCP/IP VIs which do not support TLS/SSL communications required for Secure WebSockets.
The text was updated successfully, but these errors were encountered: