Skip to content

Socket error when sending iOS notifications #42

@mario

Description

@mario

Using NodeJS 7.0, PM2 and latest Parse server & parse-server-push-adapter on DigitalOcean I get socket error. Firewall is not a problem as outgoing connections are not blocked. (That's using verbose logging). Any idea what's happening? I've tested the certificate differently and it works, but doesn't work using parse. PUSH configuration sample I'm using:

  "PARSE_SERVER_PUSH": {
    android: {
      senderId: '',
      apiKey: ''
    },
    ios: [
    {
      pfx: '',
      bundleId: '',
      production: false
      },
    {
      pfx: '', 
      bundleId: '',  
      production: true
    }
    ]
  }

Any help is appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions