• Ralph Dolce 6
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
While creating the dataset in the Einstein Intent API basics trailhead. I use the command line
curl -X POST -H "Authorization: Bearer ZWZDZ...C26QDVU6ASQ" -H "Cache-Control: no-cache" -H "Content-Type: multipart/form-data" -F "type=text-intent" -F "path=http://einstein.ai/text/case_routing_intent.csv" https://api.einstein.ai/v2/language/datasets/upload
I got the following message error:

curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.


The token I provided comes from https://api.einstein.ai/token and is still valid.
I am on Windows10.
Do you have any idea of what is wrong?

Thanks in advance!