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
At the moment Apns(ConnectionError(hyper::Error(Io, Custom { kind: InvalidData, error: "received fatal alert: CertificateExpired" }))) causing a 500 HTTP error.
We should handle properly expired certificates instead of throwing 500 errors.
The text was updated successfully, but these errors were encountered:
At the moment
Apns(ConnectionError(hyper::Error(Io, Custom { kind: InvalidData, error: "received fatal alert: CertificateExpired" })))
causing a 500 HTTP error.We should handle properly expired certificates instead of throwing 500 errors.
The text was updated successfully, but these errors were encountered: