I a trying to add my Ipad t my TEM MDM. I hae gone through the process. The profile gets installed but the device never appears in m console and I have the below message in my logs. Any ideas?
APNSFeedbackChecker 2012/01/26 19:25:39
Error connecting to APNS feedback service for MDM: #<OpenSSL::SSL::SSLError: Received fatal alert: decrypt_error>
In this case, it sounds like there is a problem with your Apple MDM certificates. It would be good to verify:
You have the push.cer in the private folder. If you open the file in a text editor, you should see a base64 encoded certificate that starts with “-----BEGIN CERTIFICATE-----” and has a few dozen lines of seemingly random characters
You have the push_key.pem in the private folder. If you open the file in a text editor, you should see a base64 encoded certificate that starts with “-----BEGIN RSA PRIVATE KEY-----” and has a few dozen lines of seemingly random characters
OK, I finally got my IPad and Ipods to show up in my console. I am not sure what I did differnt other than I generated the certs on the iOS Extender machine this time. Previouly, I ran the openssl command on my physical laptop and moved the files over. Anyway, something was wrong with my certs before. Now it works.