10-28-2022 10:00 AM
I am relatively new to TLS but I am trying to create a simple API built on STM for handling TLS communications. I put together a simple example with one server and one client and it works as I intended it to. I am trying now to set things up for a multiclient server although I cannot seem to get it working. I am setting up the TLS configuration and then creating a dedicated listener that when a connection appears, then goes on to accept a TLS request. It seems to be having an issue with that part and I can't seem to figure out why. Any guidance from anyone who may have done something like this before would be greatly appreciated. Current project is found at the link below.
https://gitlab.com/cannontim/labview-tls-api
Solved! Go to Solution.
10-28-2022 11:45 AM
I actually found the problem. It was just a typo in my meta data names.