Hi,
I have a scenario where I need to communicate using TCP over SSL. As LabVIEW doesn't have any native support for that, I have developed a library using System DLL and accessing the .net APIs for secured TCP communication.
P.S. - I am acting as a TCP Server
But during the testimg I am having few issues.
#1- When Server and Client running on same system - In this case am able to communicate successfully but LabVIEW is going to 'Not Responding' state. As soon as I close the Client exe, it comes back to normal state.
#2- When Server and Client running of different system- In this case am able to connect to client and send data. But am unable to read the data. Whatever response client is sending, I am not able to receive it.
I am using Synchronous TCP read.
Please refer the code for SSL Read.
Any help would be greatly appreciated.
Thanks,
Runjhun.