You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation should be updated to make it clear that your .p12 files should not have a password. parse-server does not handle .p12 files that use a password. By default, Apple keychain access will prompt you to set a password on your .p12 file when you export it. You should leave the password blank when you export your push certificates to .p12 files.
If your .p12 file has a password set, you will see the following error in your nodejs.log:
Error: mac verify failure
The text was updated successfully, but these errors were encountered:
The default push adapter uses node-apn. While it is not formally documented anywhere, you can set the .p12 password in your Parse Server push configuration by setting the passphrase key.
The documentation should be updated to make it clear that your .p12 files should not have a password. parse-server does not handle .p12 files that use a password. By default, Apple keychain access will prompt you to set a password on your .p12 file when you export it. You should leave the password blank when you export your push certificates to .p12 files.
If your .p12 file has a password set, you will see the following error in your nodejs.log:
The text was updated successfully, but these errors were encountered: