Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added unknown CA troubleshooting #834

Merged
merged 5 commits into from
Aug 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions site/content/contribute/mobile/push-notifications/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ panic: Failed to load the apple pem cert err=failed to parse PKCS1 private key f

This could also be because you generated a certificate for the wrong bundle ID. The bundle ID used in `mattermost-push-proxy.json` should be the same one as the app and the for the same app it was generated for.
justinegeffen marked this conversation as resolved.
Show resolved Hide resolved

##### *TLS: Unknown Certificate Authority* error

**For iOS / Apple Push Notifications**: If you see a message in the push proxy log that includes `tls: unknown certificate authority` for iOS devices, it is likely Apple has invalidated your client certificate or you are using a client certificate without [the correct certificate authority.](https://developer.apple.com/news/?id=7gx0a2lp) To resolve this, follow [these instructions to generate a new certificate](https://developers.mattermost.com/contribute/mobile/push-notifications/ios/), and then [upload it to your push proxy server](#set-up-mattermost-push-notification-service-to-send-ios-push-notifications).
justinegeffen marked this conversation as resolved.
Show resolved Hide resolved

### Reporting issues

For issues with repro steps, please report to https://github.com/mattermost/mattermost-server/issues