Hi,
I am trying to connect via curl but if I do it from the command line I get an error:
curl: (60) SSL certificate problem: unable to get local issuer certificate
using the same command but in https://reqbin.com/curl it works perfect, I don’t know much about this topic, can I get some help please?.
I’m using curl like this
curl -X POST -H “Content-Type:application/json” -H “Authorization:TOKEN” -d ‘{“query”:“{ boards (ids: xxxxxxxxxx){name views{name}}}”}’ “https://api.monday.com/v2”
if I use -k or --insecure I only get a empty pair of curly braces.
I appreciate any help.
Regards,
Javier