Implementing Username and Password Authentication to TLS in LabVIEW

Updated Jun 6, 2024

Reported In

Software

  • LabVIEW

Issue Details

Is it possible to implement username and password authentication to TLS in LabVIEW?

Solution

Implementing username and password authentication to TLS is not supported. TLS focuses on establishing secure connections between computers, rather than managing user permissions on the server.

Typically, protocols such as HTTP and SMTP introduce the user/password concept to decide which client has permission to access server services. Unfortunately, this functionality is not included in TLS itself.