Sending Pushkit Notifications via cURL - curl: (60) SSL certificate problem: unable to get local issuer certificate

前端 未结 0 1345
日久生厌
日久生厌 2021-02-08 15:43

I use cURL to send pushkit notifications to Apple. My Rails code looks like this:

curl --http2 -v -d \'#{payload.to_json}\' --cert #{pem} #{pushkit_bas

相关标签:
回答
  • 消灭零回复
提交回复
热议问题