lazylosa.blogg.se

Curl test tls 1.2
Curl test tls 1.2












curl test tls 1.2 curl test tls 1.2

And I shouldn't need any client certificate or private key since the server is not authenticating the client. I believe I have the proper CA certificate (a ".cer" file) for it (though this is something I'm having a hard time verifying). However the InfluxDB server requires TLS 1.2 encryption or higher and I'm presently getting a "HTTP/1.1 400 Bad Request" response when I try to POST data to it. Recently we relocated the database to a remote server (instead of local to the machine) so now I need to use HTTPS (which I understand is fine for the HTTP Client VIs). This was working all very well and good when the database was hosted locally on the machine that was also doing the DAQ, and we were able to just use HTTP, not HTTPS. In my project I'm logging data to an InfluxDB database via http protocols. Does this also support TLS 1.2, as opposed to just SSL? This is for LabVIEW 2019 For the LabVIEW HTTP Client VIs, there is a "ConfigSSL.vi" where we are able to give it CA certification, key information, etc for security.














Curl test tls 1.2