-
-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Description
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
Labels
No labels