Looking for some tips / advice on using the Call a Webservice function in NWC. I have a service our company is creating, and I've been testing it in Postman. I created a simple test WF in NWC to try to interact with the service but I receive an error "SSL_connect returned=1 errno=0 state=error: certificate verify failed" when I attempt to call the service.
I've re-used the JSON header from the postman run (with the User-Agent and Postman-Token fields removed), however this does not seem to make NWC happy. After about 20 seconds, I receive the error shown above. Any suggestions on what I'm doing wrong?
Thanks
Example Header
Content-Type: "application/json" Authorization: "Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" Accept: "application/json" Cache-Control: "no-cache" Host: "xxxxxxxxxxxxxxxxxxxxxx.xxxxxxx.com" Accept-Encoding: "gzip, deflate, br" Accept-Certificate: "true" Connection: "keep-alive" Content-Length: 77