Search the Community
Showing results for tags 'https'.
-
Hello, I'm trying to run a LabVIEW web service using the HTTPS protocol. I have published my webservice on a windows server. I tested with another machine (client) this webservice and all works correctly. Then I wanted to enable HTTPS on the web service, so I created a self-signed certificate...
-
- labview
- webservice
-
(and 1 more)
Tagged with:
-
Hello all, I am currently trying to create an HTTPS server with LabVIEW. I have been using the built in TCP VI's for communication with the server and client, however I would like to use SSL or TLS in order to encrypt the data that is being sent across the connection. I know that I can point to e...
-
Ok anyone who can manage to contain their laughter for a minute, help me out with this. I need exactly what's in the title. Due to the deprecation of TLS1.0 and SSL3, we're disabling both on our web server that receives status information from hundreds of systems across the country via HTTPS. S...
- 4 replies
-
- https
- windows xp
-
(and 1 more)
Tagged with:
-
In this topic I was helped to understand how to use the HTTP Client VIs to connect to a HTTPS server. I have manged to use those Client VIs to gather sufficient (dynamic) information from the server to form the dynamic download links for a series of CSV data files that the server can provide. The...
- 3 replies
-
- https
- http client vis
-
(and 2 more)
Tagged with:
-
HTTPS Client login help needed
WMassey posted a topic in Remote Control, Monitoring and the Internet
I am trying to use the HTTP Client VIs to implement a version of the C# code found HERE. Unfortunately there are no NI examples of how the client VIs are to be used and my various attempts to string them together only seem to result in "Error 42" (LabVIEW: Generic Error) from the POST vi, rather tha...