09-11-2018 08:44 PM
Hello Im trying an application where I post some data through an API (JSON) to AWS. Everything works fine in my computer (LabVIEW and executable) but in the client machine it doesn´t work, and even if I try to publish the JSON from "Postman" (a REST client) in the client machine I'm able to publish de data, but when I run the LV distributed application returns me the Error 363500 -> POSTBuffer.vi:6120001 and there is no answer in header and body. Does someone have any idea about what is happening????
My publishing code is really basic and the JSON string has been tested in Postman and my computer and runs ok.
11-21-2019 08:56 AM
09-30-2021 09:02 PM
I need this answer. Did anybody get it?
10-01-2021 05:19 AM
I'm still investigating ...
The following effects are suspected
https://www.walbrix.co.jp/article/openssl-102-letsencrypt-crisis.html
07-13-2022 07:08 AM
Hello,
I am having a similar issue, though the error returned from POSTBuffer.vi is 363514.
I see in a related issue with GET that error 363500 means that the remote host is down or is not able to accept any connections (https://forums.ni.com/t5/LabVIEW/Errors-363500-and-56-on-HTTPS-GET-vi/td-p/2259542)
- the server is run on the local PC by a local software application.
- the POST request succeeds about 50% of the time
- previously it worked 100% of the time. I'm unaware of what changes could have been made to the VI or the server to create the issue.
- I can send POST requests using Python to the server without issue (100% success). So this appears to be a LabVIEW issue.
Regards
04-04-2024 11:32 AM
Hi,
I had the same issue on an old win7 system. I tried even with "verify Server" false, but it still failed. For me it was solved after installing openssl to the system and rebooting. Afterward it worked even with "verify server" = true.
You can check if openssl is installed by typing "openssl" in powershell.
12-10-2024 10:57 AM
Wow, all these years later and still no one has posted a solution.
I just had the same error pop up on me today, that's how I ended up here.
Error 363500
LabVIEWHTTPClient.lvlib:POSTBuffer.vi:6120002
LabVIEW: (Hex 0x58BEC) Failed to connect to the specified hostname.
Code runs on my machine, but refuses to run on the client machine...
So far I've tried allowing the app through firewall, next step is to look at the ports...