Been having NEW MacBook Airs and NEW 16 inch MacBook pro's all enroll as "DEP" - "Serial number" wiping and re-enrolling does not resolve the issue. Its as if Apple isn't feeding Jamf the correct information. We have computers that are coming in as MacBook air's with the description "21.5 " iMac". No conflicting UDID's
@cvill I see this too, but it always resolves after first inventory. The "DEP - XX" entry is because they have not yet inventoried.
I also see the new 2020 MacBook Air show as a 21.5" iMac but this is a visibility issue only, I have not seen any issues because of it.
We are seeing issues as well and now this afternoon none of my Macbook Airs are working with DEP. Some will show an error and if I click try again, they just spin on "retrieving activation record" and others just don't even bring up the management screen and go on to Data Privacy screen.
Hi Folks, this issue was hard to diagnose as we didn't see anything in the logs on either the JSS side or the client side pointing to the problem.
The issue is the root CA cert, which in our case was from InCommon.
What we did to fix it was 1) generate fresh SSL certs, then 2) create the Tomcat P12 cert, 3) move the certs into the correct location on our JSS, and 4) stop and restart Tomcat.
You can test to see if your server has this problem by using the following command:
openssl s_client -connect yourjss.example.com -port 8443
Run the above command from a Mac or Linux machine (don't know how to do this in Windoze).
In the Certificate chain section, if you see the words "AddTrust" then you have this problem and need to fix it.
For example, you'll see "AddTrust: in the last three lines here:
Certificate chain
0 s:C = US, postalCode = 12345, ST = California, L = San Francisco, street = 124 Main Street, street = Boss Office, O = "University of SF", OU = CRM, CN = myjss.example.com
i:C = US, ST = MI, L = Ann Arbor, O = Internet2, OU = InCommon, CN = InCommon RSA Server CA
1 s:C = US, ST = MI, L = Ann Arbor, O = Internet2, OU = InCommon, CN = InCommon RSA Server CA
i:C = US, ST = New Jersey, L = Jersey City, O = The USERTRUST Network, CN = USERTrust RSA Certification Authority
2 s:C = US, ST = New Jersey, L = Jersey City, O = The USERTRUST Network, CN = USERTrust RSA Certification Authority
i:C = SE, O = AddTrust AB, OU = AddTrust External TTP Network, CN = AddTrust External CA Root
3 s:C = SE, O = AddTrust AB, OU = AddTrust External TTP Network, CN = AddTrust External CA Root
i:C = SE, O = AddTrust AB, OU = AddTrust External TTP Network, CN = AddTrust External CA Root