boostcode / Tori-APNS

Tori APNS adds support to Kitura to send easily Apple Push Notification using HTTP/2
21 stars 3 forks source link

I tried to run in Linux and not works :P #8

Open JosepEscobar opened 4 years ago

JosepEscobar commented 4 years ago

I have this console output, if you can help me 🙏

*   Trying 17.188.138.73...
* TCP_NODELAY set
* Connected to api.development.push.apple.com (17.188.138.73) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* SSL certificate problem: unable to get local issuer certificate
* Curl_http_done: called premature == 1
* stopped the pause stream!
* Closing connection 0
ret = CURLcode(rawValue: 60)
Peer certificate cannot be authenticated with given CA certificates
matteocrippa commented 4 years ago

Can be linked to curl version, at least on osx usually was connected to that, but to be honest it's long time this lib is not maintained