-
Notifications
You must be signed in to change notification settings - Fork 50
remote error: tls: unknown certificate #80
Comments
Hi Adrien, Hm. "unknown certificate" isn't an error returned by Apple as JSON, it's an error from the crypto/tls package: https://github.com/golang/go/blob/master/src/crypto/tls/alert.go#L55
That's not too helpful. Maybe try recreating the certificate from scratch? |
Hey Nathan, okay thanks sorry I bothered you ! |
I appreciate reporting the issue as it may help to improve the documentation here. Any success with addressing that error? |
Okay, so after recreating my certificates, it was fixed ! I think apple removes outdated certificates automatically, which made us get this error. We need to be careful with that ! |
Glad you got it to work. Maybe the README could be improved with what-to-do for some common errors. I created a separate issue for that, #85. |
Good idea, that will surely save someone from a lot of pain and stress haha :) |
Hello there,
Recently I started seeing weird errors for push notifications on a DEV server.
No notification is sent now.
Do you know what it could mean ?
Could it be that my certificate is expired ?
go version
)?1.7
go env
) and what version?linux amd 64
cheers !
The text was updated successfully, but these errors were encountered: