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
{{ message }}
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
What operating system (GOOS) are you using (go env) and what version?
$ go env GOOS
darwin
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.12.4
BuildVersion: 16E195
What did you do? (steps to reproduce or a code sample is helpful)
Sent an APNs Push (using the specialized MDM payload) with an expired APNs push certificate.
What did you expect to see?
Some sort of appropriate error related to an expired certificate.
What did you see instead?
Error string of:
Post https://api.push.apple.com/3/device/XXXXXXXX: remote error: tls: internal error
The above error string is a low-level TLS alert (as explored here in micromdm/micromdm/issues/150) seemingly returned from Apple's servers.
Pretty sure this is not an issue with buford per se, but I'm curious what others see when they've used an expired APNs certificate. I'm wondering if perhaps this is related to sending MDM pushes vs. more typical pushes.
The text was updated successfully, but these errors were encountered:
Sent an APNs Push (using the specialized MDM payload) with an expired APNs push certificate.
Some sort of appropriate error related to an expired certificate.
Error string of:
The above error string is a low-level TLS alert (as explored here in micromdm/micromdm/issues/150) seemingly returned from Apple's servers.
Pretty sure this is not an issue with buford per se, but I'm curious what others see when they've used an expired APNs certificate. I'm wondering if perhaps this is related to sending MDM pushes vs. more typical pushes.
The text was updated successfully, but these errors were encountered: