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.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

回复: SSL TLS Support

Solved!
Go to solution

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!

0 Kudos
Message 11 of 16
(912 Views)

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.

0 Kudos
Message 12 of 16
(909 Views)

A problem occurred when running the demo, LVTLS framework not work.

0 Kudos
Message 13 of 16
(907 Views)

Can you provide the c code? thank you very much! This is my email lxlmybook@163.com

0 Kudos
Message 14 of 16
(904 Views)

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

0 Kudos
Message 15 of 16
(888 Views)

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.

0 Kudos
Message 16 of 16
(272 Views)