Hello
I use a device with wich it is possible to communicate with https requests.
So, I tried to use the http or even the https node (https contrib installed in adition to the stanard http)
Here is the command I need to send
https://admin:mGuard@192.168.10.21/nph-status.cgi?path=/network/modem/stat
When I send this command with Chrome, for example, I get e reply as
/network/modem/state=offline
But i don't know exactly what to put in wich field of the http or https node.
For example, POST, GET, etc... ??? What must i use?
Most of times, no matter wich syntax I use, I get this
27/03/2019 Ă 13:49:00node: 42c0a453.10ba4cmsg : error
"Error: unable to verify the first certificate"
27/03/2019 Ă 13:49:00node: 9a301fb3.52958msg : Object
object
_msgid: "a924557a.af9918"
topic: ""
payload: "Error: unable to verify the first certificate : https://admin:mGuard@192.168.10.21/nph-status.cgi?path=/network/modem/state"
statusCode: "UNABLE_TO_VERIFY_LEAF_SIGNATURE"
27/03/2019 Ă 13:46:54node: 9a301fb3.52958msg : Object
object
_msgid: "3294fd59.2b82f2"
topic: ""
payload: "Error: unable to verify the first certificate : https://admin:mGuard@192.168.10.21/nph-status.cgi?path=/network/modem/state"
statusCode: "UNABLE_TO_VERIFY_LEAF_SIGNATURE"
Can you help me, first to know what I must write in each field of the node, and then, if something specific must be done to send an https request.
Thanks