From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
10-27-2020 07:20 PM
Thank you very much for answering my question. Communication via transit seems to require a lot of technology and it is difficult to find routines!
10-27-2020 07:25 PM
thank you very much! In my scenario, there is an APP on the mobile phone that must use the https protocol to request the server. I have built a very simple web server with the tcp function of LabVIEW. Now it is this server. I don’t know how to build the https protocol.
10-27-2020 07:38 PM
A problem occurred when running the demo, LVTLS framework not work.
10-27-2020 07:43 PM
Can you provide the c code? thank you very much! This is my email lxlmybook@163.com
10-28-2020 04:51 AM - edited 10-28-2020 04:51 AM
I've updated the LVTLS lib with the source files (no guarantee), improvements, bug fix and additional examples (GoeIP, Certificate creation, Bidirectional Interactive TLS WebSocket, etc.)
Now there is a 3rd Conditional Disable Case to support LV2020 NativeTLS, see the readme file.
See https://labview.epfl.ch, you'll find other useful OSX VIs
04-22-2024 07:45 AM
It appears that you are attempting to receive HTTPS requests over TCP but are having difficulty receiving the needed data. Here are some measures you can take to troubleshoot and perhaps solve the problem:
Check for Encryption
Use SSL/TLS Libraries
Verify Protocol Version
Inspect Received Data
Handle HTTPS Requests Properly
Debugging and Logging
Network Configuration
Consult Documentation and Examples
By following these steps and thoroughly inspecting your implementation, you should be able to detect and remedy the problem with receiving HTTPS requests over TCP. If you require additional support, please share more information about your setup and the specific issues you're experiencing.