05-15-2024 01:31 AM
Hi All,
I am a beginner in LAbVIEW and need some help here.
Objective : Call a GET REST API using configssl.vi in HTTPClient.vi.
Problem:
I am getting error message - "LabVIEW: The certificate path or CA information of the local host is invalid" , I googled this error and found out that its something related to the CA cert file. so i did some changes to the CA cert file present in location "C:\Program Files (x86)\National Instruments\Shared\nicurl" based on suggestions provided in below links (like updating the default LABVIEW CA cert file with my server CA certs chain.) but no progress has been made here and i am still getting the same error.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019P6VSAU&l=en-IN
Attaching the screenshot of the error message and block diagram that i am using.
Error Message->
Complete block diagram-
Can anyone please help here i am completely stuck at this point.
Thanks in advance.
05-15-2024 02:25 AM
Start by removing the quotation marks from the path constants. Does that make it work?
05-15-2024 06:11 AM
yes, i have tried both the ways but it is still failing with the same error.
1. without quotation marks
2. with quotation marks
05-20-2024 12:19 AM
Tried using the absolute path no quotes and whitespaces but still getting the same error.