ARM / DISARM through API #2
CompletedI did some test with CURL and found following issue:
When I send the URL like you descriped, I receive a SSL error on the selfsigned certificate.

When I add the option in the command to ignore the SSL error (-k) , it is working:

I’ve searched a little further because I ran into problems with older programs I made with V3 and V4.0 of NX server but it did not work anymore on V4.1.
It seems the SSL authentication was the issue in V4.1 that was rejection the CURL connection.
I had to disable :
- CURL_SSL_VERIFYPEER , 0L
- CURL_SSL_VERIFYHOST, 0
When I added these lines into my CURL initialisation, it worked again on V4.1.
-
Hi Jimmy,
when executing 'do http request' action Nx doesn't verify the certificate of the remote server. How do you use soft trigger - do use press it in GUI or do you use API to trigger it from an external service? Does the Nx server log contain the line "Failed to execute HTTP action for url..." for each soft trigger call you've made?
>I’ve searched a little further because I ran into problems with older programs I made with V3 and V4.0 of Nx server but it did >not work anymore on V4.1.
What kind of requests do you send? Do you send API requests to Nx?0
Please sign in to leave a comment.
Comments
1 comment