Posted on 12-17-2015 11:49 AM
Self Service App on iPads will not connect to server on newly assigned iPads. One of the following messages appear:
Posted on 12-17-2015 12:05 PM
Have you configured the app correctly in the JSS?
Posted on 12-17-2015 12:26 PM
Here as well. Same issue. Even upgraded to 9.82 to see if this would be corrected...
Using this config:
<dict>
<key>INVITATION_STRING</key>
<string>$MOBILEDEVICEAPPINVITE</string>
<key>JSS_ID</key>
<string>$JSSID</string>
<key>SERIAL_NUMBER</key>
<string>$SERIALNUMBER</string>
<key>DEVICE_NAME</key>
<string>$DEVICENAME</string>
<key>MAC_ADDRESS</key>
<string>$MACADDRESS</string>
<key>UDID</key>
<string>$UDID</string>
<key>JSS_URL</key>
<string>https://myserver'saddress:8443/</string>
</dict>
Posted on 12-17-2015 03:47 PM
Have you tried using the auto-install feature found in Settings (gear), Mobile Device Management, Self Service? Or are you trying to skip the use of Apple IDs? If you are running on hosted services then the URL is slightly different, just use the URL without the port number.
Here is the link to the "Manually Deploying Self Service Mobile for iOS" article:
https://jamfnation.jamfsoftware.com/article.html?id=370
Posted on 12-21-2015 05:44 AM
I configured the app and used the string config above. I have also chosen auto install. I no longer get the statement to Contact your IT administrator for information.
BUT any recently assigned iPads will not connect. They say "Unable to connect to the server."
AND I have one iPad that connects into self service but will not install apps when clicked on. The wheel keeps spinning and never loads app. When I check on them under the profile, all commands are pending.
Posted on 12-21-2015 07:26 AM
@mirandas Is that one iPad that won't install apps running iOS 9.2? That could be the issue. iOS 9.2 issues
Posted on 12-21-2015 07:30 AM
@Nick_Gooch, yes 9.2.
I spoke with JAMF support...looks like it is an issue with 9.2. I am submitting a ticket through apple. Hopefully they fix it quickly.
Thanks.
Posted on 12-21-2015 08:06 AM
One more interesting note....
This is only happening on Generation 2 iPads. I have several iPad Airs that I just assigned that are running on 9.2 and are not having any issues downloading pushed apps. However, it will not connect to self service app.
Posted on 01-28-2016 11:05 PM
hmm me too...
ios 9.2.1 and jss 9.82
unable to connect to server
might have to log a job with jamf firstly, any news on this @mirandas ?
Conor
Posted on 01-29-2016 01:28 AM
Is this the same issue as: https://jamfnation.jamfsoftware.com/discussion.html?id=18586
Seems you can possibly fix this issue with updating ciphers.
Posted on 02-23-2016 11:07 PM
We had the same issue after updating iOS 9.2.So I contacted the technician from JSS and he helped us to fix it fairly by adding the new ciphers to the server.xml.We also make Java to be updated to the date.
Now everything is OK.
Posted on 02-24-2016 05:56 AM
I had this issue, and changed the ciphers myself which fixed the problem, but it also blew apart my SSL cert in the server. After contacting my TAM and getting my SSL back in place I was bumped up to an engineer who gave me a tool to "inject" the ciphers into my server.xml without blowing my SSL apart in the process. I think contacting support on this is the safe option.