LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS SSL is working on LV16 but not on 2023Q3

Hi

Im using HTTPS with certificates to upload some files to a bigdata server.

 

After upgrading from Labview 16 to Labview 2023Q3 the code dosn't work any more.

 

I made a small program to test it.

 

If i run the code on my PC with LV16 installed the code is running fine.

If i build an exe file and run it on my LV16 development PC its running fine.

If i run the exe file on another PC with LV16 runtime installed ist running fine.

If i run the exe file on another PC with LV2023 runtime installed ist NOT running.

 

If i make the exact same code in L2023 its NOT running on my development PC

If i build an exe file and run it on my LV2023development PC its NOT running.

If i build an exe file and run it on another PC with LV2023 runtime installed ist NOT running.

 

pern_0-1699533028816.png

pern_3-1699533217787.png

 

pern_2-1699533196384.png

 

Any idee whats wrong? 

 

 

 

0 Kudos
Message 1 of 4
(365 Views)

No one ??

0 Kudos
Message 2 of 4
(300 Views)

@PMN1966 wrote:

No one ??


Debugging pictures is pretty difficult. From the error code and the image you show it could be something with the path you specify as location to find the certificates. Other than that, I have only seen the opposite. HTTPS not working anymore with old LabVIEW versions since the included curl library was to old and didn't handle the modern requirements of current HTTPS servers.

Rolf Kalbermatter
My Blog
0 Kudos
Message 3 of 4
(288 Views)

The path is OK.

 

Only difference is the LabView (and LabView runtime) updated from 2016 to 2023. 

0 Kudos
Message 4 of 4
(282 Views)