parse-community / parse-server-push-adapter

A push notification adapter for Parse Server
https://parseplatform.org
MIT License
85 stars 100 forks source link

[error]: Certificate and key do not match #179

Closed burhanyilmaz closed 3 years ago

burhanyilmaz commented 3 years ago

When I run the parse server, throw this error Certificate and key do not match.

When the passphrase is true, throw this error Certificate and key do not match When the passphrase is false, there is no error. it is so strange.

How can solve this? Thanks.

My config here that

  push: {
    android: {
      apiKey: process.env.FCM_SERVER_KEY,
      senderId: ''
    },
    ios: [
      {
        production: false,
        topic: 'com.my.app',
        pfx: './assets/pushNotifications/myapp.p12',
        passphrase: 'pass'
      },
      {
        production: false,
        topic: 'com.my.app',
        pfx: './assets/pushNotifications/myapp2.p12',
        passphrase: 'pass'
      }
    ]
  }
TomWFox commented 3 years ago

Duplicate of https://github.com/parse-community/parse-server/issues/6978