Mobileconfig issue with ipad

Hello everyone,
I am facing an issue with the usage of mobileconfig to push profiles into Ipad/Iphone. This has been tested with IOS 8.1(iPad) and 8.3(iPhone).
My profile has been generated manually(writing through apple key references) and then with the IPhone Config Utility, this profile works great with mac os X.x versions, tested on Snow Leopard, Maverick.
This profile is here to setup an EAP-TLS connection, with server authentication, client authentication and CA certificate inside the profile.
My connection is setup properly and I can connect on mac OS X as I said, but on iPad/iPhone after the profile installation, I get a screen to fill infos (login/pw) to connect to the network. As this is an EAP-TLS network I shouldn't have this, and I should have a choice of certificate(as my identity) if there were one thing to choose before the connection.
So now I fill the information for login/pw and it still impossible to click the button 'Connect'.
To have an idea this is how my "configured ssid" via the profile appear on the iPad/iPhone if I try to connected to it:
http://imgur.com/dUOENth
As you guessed 'Rejoindre = Connect'
I have been through multiple threads and cannot find the source of the issue.
My mobileconfig file is signed, my profile is trusted when installed as I ask to trust my newly pushed CA, I also try to install the CA before and then push the profile, same result.
Lastly, the configuration of EAP-TLS with manually installed certificate is working great, only the autoconfig by profile is not. The auto configuration by profile with PEAP is working fine also.
Here is my profile(I removed the content as some of the information are not supposed to be public, TestEAP = CA, svr = server authentication cert and antoine = client authentication cert):
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>PayloadContent</key>
  <array>
  <dict>
  <key>AutoJoin</key>
  <true/>
  <key>EAPClientConfiguration</key>
  <dict>
  <key>AcceptEAPTypes</key>
  <array>
  <integer>13</integer>
  </array>
  <key>EAPFASTProvisionPAC</key>
  <false/>
  <key>EAPFASTProvisionPACAnonymously</key>
  <false/>
  <key>EAPFASTUsePAC</key>
  <false/>
  <key>PayloadCertificateAnchorUUID</key>
  <array>
  <string>41FDAD3B-4024-4ACF-AFB0-AE9462B586E4</string>
  <string>C55E83E1-4C0D-4735-A158-FE05C83065E0</string>
  </array>
  <key>TLSTrustedServerNames</key>
  <array>
  <string>antoine.p12</string>
  <string>svr</string>
  </array>
  </dict>
  <key>EncryptionType</key>
  <string>WPA</string>
  <key>HIDDEN_NETWORK</key>
  <false/>
  <key>PayloadDescription</key>
  <string>Configure les réglages de connectivité sans fil.</string>
  <key>PayloadDisplayName</key>
  <string>Wi-Fi (pf-aa-sec)</string>
  <key>PayloadIdentifier</key>
  <string>antoine2.wifi</string>
  <key>PayloadOrganization</key>
  <string></string>
  <key>PayloadType</key>
  <string>com.apple.wifi.managed</string>
  <key>PayloadUUID</key>
  <string>945A78A2-214F-4E85-B44D-50E8A5077D4E</string>
  <key>PayloadVersion</key>
  <integer>1</integer>
  <key>ProxyType</key>
  <string>None</string>
  <key>SSID_STR</key>
  <string>pf-aa-sec</string>
  </dict>
  <dict>
  <key>PayloadCertificateFileName</key>
  <string>srv.der</string>
  <key>PayloadContent</key>
  <data>
  </data>
  <key>PayloadDescription</key>
  <string>Authentifie l’appareil (certificat ou identité).</string>
  <key>PayloadDisplayName</key>
  <string>svr</string>
  <key>PayloadIdentifier</key>
  <string>antoine2.reference1</string>
  <key>PayloadOrganization</key>
  <string></string>
  <key>PayloadType</key>
  <string>com.apple.security.pkcs1</string>
  <key>PayloadUUID</key>
  <string>41FDAD3B-4024-4ACF-AFB0-AE9462B586E4</string>
  <key>PayloadVersion</key>
  <integer>1</integer>
  </dict>
  <dict>
  <key>PayloadCertificateFileName</key>
  <string>TestEAP.der</string>
  <key>PayloadContent</key>
  <data>
  </data>
  <key>PayloadDescription</key>
  <string>Authentifie l’appareil (certificat ou identité).</string>
  <key>PayloadDisplayName</key>
  <string>TestEAP</string>
  <key>PayloadIdentifier</key>
  <string>antoine2.reference2</string>
  <key>PayloadOrganization</key>
  <string></string>
  <key>PayloadType</key>
  <string>com.apple.security.root</string>
  <key>PayloadUUID</key>
  <string>C55E83E1-4C0D-4735-A158-FE05C83065E0</string>
  <key>PayloadVersion</key>
  <integer>1</integer>
  </dict>
  <dict>
  <key>Password</key>
  <string>qwer</string>
  <key>PayloadCertificateFileName</key>
  <string>antoine.p12</string>
  <key>PayloadContent</key>
  <data>
  </data>
  <key>PayloadDescription</key>
  <string>Authentifie l’appareil (certificat ou identité).</string>
  <key>PayloadDisplayName</key>
  <string>antoine.p12</string>
  <key>PayloadIdentifier</key>
  <string>antoine2.reference</string>
  <key>PayloadOrganization</key>
  <string></string>
  <key>PayloadType</key>
  <string>com.apple.security.pkcs12</string>
  <key>PayloadUUID</key>
  <string>680D4DB3-6196-471D-95AF-6EA0A1B6AF58</string>
  <key>PayloadVersion</key>
  <integer>1</integer>
  </dict>
  </array>
  <key>PayloadDescription</key>
  <string>Description du profil.</string>
  <key>PayloadDisplayName</key>
  <string>antoine2</string>
  <key>PayloadIdentifier</key>
  <string>antoine2</string>
  <key>PayloadOrganization</key>
  <string></string>
  <key>PayloadRemovalDisallowed</key>
  <false/>
  <key>PayloadType</key>
  <string>Configuration</string>
  <key>PayloadUUID</key>
  <string>A1C6BF16-CE1A-4D64-B315-9DD72400E3C4</string>
  <key>PayloadVersion</key>
  <integer>1</integer>
</dict>
</plist>
Thanks for reading

Couldn't you use the free mdm -- meraki to generate the profile?
Meraki -- A free MDM   [ expect lots of email and phone calls about upgrades ]
   Read the product overview.  Click on "get started now" to sign up.
     https://meraki.cisco.com/products/systems-manager/?ref=YZRzCR
   Video's on how to setup and use Meraki.
     https://meraki.cisco.com/blog/2012/08/how-to-get-the-most-from-meraki-systems-ma nager/

Similar Messages

  • My friend is now facing one issue with iPad.

    My friend is now facing one issue with iPad. He clicked on screenshot (attached with email) with Google mail app (iPad) and the screenshot is now stuck open. He cannot close it using the little X in the upper right which does not respond. So his Gmail app is completely blocked by this open screenshot! tried everything including shutting down and rebotting his iPad.

    I use the Gmail app and have never had that problem. But Apple has nothing to do with the Gmail app. If you want to report a bug, report it to Google through the app itself.
    https://support.google.com/mail/answer/1205762?hl=en

  • I cant connect to the itunes store and the support team didnt really help anyone facing this issue with ipad mini!!! I need help

    I cant connect to the itunes store and the support team didnt really help anyone facing this issue with ipad mini!!! I need help

    Here's the troubleshooter.
    Can't connect to the iTunes Store

  • Wifi issues with iPad mini since iOS 8 update

    I Have a First Gen iPad Mini now running on iOS 8.1 . Since the original update of IOS8 . I have had issues with Wifi it connects disconnects itself always looking for a signal.. Nerve had this issue before update of the new IOS 8. It's extremming slow and the apps and Safari keep crashing.. It becomes unresponsive unable to click on website . It also freezes .. I've have numberous  times  done a complete factory reset . Still having issues. I have reset my router and I don't have any issues with any wifi at the house. I do have a iPhone 5 that had the exact issue as my IPad mini but it was replaced under warranty via Best Buy. When I reciecevd my iPhone it was still operating on IOS 7 . The gentlemen at Geek Sqd told me to NOT to upgrade the software till Apple gets a fix.. They had a lot of people in with the same problem and there devices needed to be replaced. My last resort would be to go to the Apple Store and hopefully they can help or buy a new IPad. As far as the new iPad Air2 I have seen here they too are having issues.. Hopefully Apple can fix this soon.. Till then I will not be upgrading my iPad if a new one will have the same issues..

    My iPad Mini 32GB w/4GB free space is working OK.
    Downloaded IOS 8.1 thru iTunes on iMac
    Unplug cord from iMac
    iPad
    Reset all Settings
    Reset Network Settings
    Hook up iMac and iPad then trust computer
    Computer accept iPad
    Download Camera Roll pics to iMac
    Complete iPad Auto download to iMac in iTunes
    Sign on to iTunes
    Log on to Wi-Fi
    Unplug iPad from iMac and all is good so far after 2 hours.

  • Having issues with iPad air.. It's constantly rebooting and giving me a blue screen. Anyone have a solution?

    iPad Air
    operating system ios8.1.3
    I've had no success troubleshooting the problem I'm having with my iPad Air. Started after I updated the software to the new version . Once update was complete I encountered my screen looked funny with wiggly lines and then the screen turned blue. I tried to reboot it by holding down the home and the off at the same time but that only turned it off and then back on and the same thing happened all over again. Now my iPad air only continues to reboot when I turn it on. Is it possible for Apple or Mac products to get a virus? I'm hope someone has a solution to this problem I'd like to know if there's anyone else out there that's experiencing this issue with the iPad Air.

    This is not a virus. It sounds like it could be a hardware problem.
    First, try resetting your device. Press and hold both the home button and the sleep/wake button for about 10 seconds, until the screen turns off. Ignore the slider that will appear. Release the buttons, then press and hold the sleep/wake button until the Apple logo appears. This is the equivalent of a reboot, and should not affect your data or apps.
    If that doesn't help, try restoring your device from backups, and if that doesn't help, restore it to factory settings (ie, do not restore a backup). See:
    http://support.apple.com/kb/ht1414
    If none of that helps, the issue is caused by some kind of hardware problem, and the device will need to be repaired or (more likely) replaced.

  • Can't Send Mail on OSX10.7 - No issues with iPad/iPhone

    I've got an issue that has surfaced with OSX Lion Mail.App where i can receive, but cannot send email outside of my office network.
    OS: 10.7.3
    Location: In my office within my domain
    Can send and receive emails via Mail.app (configured using imap default smtp port)
    Can send and receive emails on iPhone (configured using exchange)
    Location: Anywhere Else (or in my office on a different network)
    Can receive but CANNOT send emails via Mail.app (configured using imap)
    Can send and receive emails on iPhone/iPad (configured using exchange)
    I'm able to verify connectivity via 'Connection Doctor'
    I only have issues with 10.7 machines.  In fact there are two other users in my office with brand new MB Airs with exactly the same issue.
    Tia,
    Mini

    I've got an issue that has surfaced with OSX Lion Mail.App where i can receive, but cannot send email outside of my office network.
    OS: 10.7.3
    Location: In my office within my domain
    Can send and receive emails via Mail.app (configured using imap default smtp port)
    Can send and receive emails on iPhone (configured using exchange)
    Location: Anywhere Else (or in my office on a different network)
    Can receive but CANNOT send emails via Mail.app (configured using imap)
    Can send and receive emails on iPhone/iPad (configured using exchange)
    I'm able to verify connectivity via 'Connection Doctor'
    I only have issues with 10.7 machines.  In fact there are two other users in my office with brand new MB Airs with exactly the same issue.
    Tia,
    Mini

  • Connectivity issue with ipad 3

    anybody having connectivity issues with new ipad 3?
    mine won't connect to wifi.
    when i switich to cellular 4g lte, that doesn't connect as well.
    my macbook pro and iphone connect, with no prob.
    i get various can't connect to server messages.
    took to genius bar, we erased and rebooted, it worked for a bit but happening again. genius bar staff claimed it was a corrupted file, but i think its more than that?
    any thougths?
    many thanks,
    -L

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
     Cheers, Tom

  • Issues with Ipad software update.

    i'm currently experiencing issues with trying to update the software on my Ipad 2 (brand new). For instance:
    1. when i try to update the software for my Ipad 2, the download doesn't go through, when i'm connected to the internet (which i've checked constantly).
    2. when i try to update any of my applications (when there's an update available), none of the downloads go though, when i'm connected to the internet (which i've checked constantly).
    i have had no problems BEFORE, whenever it came down to updating applications, etc. on my Ipad 2. i've tried updating more than five times and still the same problem. it's getting very frustrating, please fix this!!!
    p.s. - when i tried to update, a box pops up and says:
    when that popped up, i even checked my network settings, etc. and reset everything, and then tried updating. but the problem is still their!!!

    The eaiest solution is to download the update file directly from the links listed here:
    http://osxdaily.com/2011/10/12/ios-5-download-available/
    These are links to the Apple servers.
    Pick the file that matches your device and dowload it. Connect the device to iTunes, and Option-Click the Update button (Shift-Click for Windows). This will give you a dialog to navigate to the file you downloaded.
    Hope this helps

  • Issue with Ipad Syncing with Exchange

    We have 6 folks using Ipads regularly to access our corporate exchange server. Up to now things have been fairly stable.
    That said starting this week our President has been having significants issues with the syncing process. The process seems to be hanging (however it may be jsut retrying over and over). This is resulting in some emails getting sent multiple times. It also appears that the syncing of Calendar events is sporadic.
    No updates ahve been applied to the Exchange server.
    He is a pretty heavy user of the Ipad and email and recieves alot of attachments some that are large 5-10mb. I see some chatter about these types of issues but no real solutions.
    Is anyone else seeing this type of activity? If so any thoughts on how to improve the issue.
    Thanks

    I connected my IPAD for sync with Itunes on my laptop, DELL 6500 running Windows Vista.
    Itunes prompted me to download new OS version 3.2.x It then went to restart my IPAD- and then boom !! .. windows said it couldnt find my ipad driver. I went to apple support site and followed their instructions and still windows cant find the driver. Hence my IPAD is not stuck showing the connect to ITUNES screen .. cant use it and cant get update.
    Any one has any ideas what happened ?

  • CS6 Spry Menu issue with iPads

    I created a website using Dreamweaver CS6 and everything is working fine except that iPads are having an issue with the Spry menu.  When they make a selection they can't select another menu option where it is another menu from the main tree or a submenu item.

    Spry uses a hover event, something that touch screens do not understand. You could go into the JS and change the hover into a click event, but then you are still stuck with old and discarded technology. Have a look here http://blogs.adobe.com/dreamweaver/2012/08/update-on-adobe-spry-framework-availability.htm l.
    There are a number of alternatives to choose from. Just Google the subject.
    Want to know what I use? Have a look here http://foundation.zurb.com/docs/components/topbar.html

  • Apple Configurator issue with iPad Air

    I am using Apple configurator 1.5 to deploy iPad 2 with 4G and without and iPad Airs with 4G.
    I created backups of each model and I’m only having an issue with the iPad Airs. I get an  error “ unable to activate ”.  Apple configurator will update the devices to the newest OS and reset the iPads but it won’t apply any settings from the backup.
    Any help would be great.

    Sorry for the confusion, I have one backup for each model.  The iPad Airs are able to use cellular data but they are not going to be activated with the carrier ( Verizon ).  We are only using them with WiFi. The issues is Apple Configurator stops working as soon as it tries to activate and won’t push the backup.  Apple Configurator is only able to resetting and updating the OS. This only happen with the Airs, I use the same process with iPad 2 with cellular data, not activated with the carrier ( Verizon ) no issues.  I don’t currently have an iPad Air but remember it was error 2 “ unable to activate ”.

  • Cellular connectivity issue with iPad 4th gen

    Hi folks,
    I'm currently running iOS 7 beta 2 since it was made available for tablets on Monday. I am having a major cellular connectivity issue with Rogers. My iPhone 5 is also running iOS 7 beta 2 and has no issue with cellular connectivity (also on Rogers's network).
    On my iPad, I'm having full or almost full reception but data doesn't work at all. Tried reboot and hard reboot, resets of wireless settings and nothing fixed my issue.
    Is it related to iOS 7 beta 2? Is anyone having a similar issue?
    Btw, model is iPad3,5.
    Thanks!
    Chris

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
     Cheers, Tom

  • Is anyone having any uneven or discoloured screen issues with iPad mini or iPad 4th Gen?

    Hello, in view of the fact that many users had screen discolouration issues and uneven backlight issues with the iPad 3rd Gen, I wonder if those issues have been sorted out. Has anyone here had any screen issues with the iPad mini, or the iPad 4th Gen?

    No.

  • Anyone else having these issues with ipad

    Hi I have an ipad air which I now own for a month and recently safari keeps crashing almost all the time.
    I've also starting to notice this second click noise on my home button on my ipad air
    For example I put my finger on the button and I can hear a noise as if I'm pushing it but I'm not
    I don't know if it's become loose or something is wrong with it ?
    I hope that made sense
    Can anyone help me out here?
    Btw I barley use the home button I mostly use the ipad gestures to get in and out of an app but when I do use it it's kinda annoying .... Is it an issue with my ipad?
    I can't go to an apple store it's to far

    No, not the tabs "x", but for example, just now I tried to respond to your post by pressing the REPLY link on my ipad and it doesn't work. It also happens on EBAY when you click on tracking numbers and the pop-up window has a close button that will not work. Also on  EBAY if you make an offer, a window comes up to review your offer and submit. the submit button does not work. If you hold on one of these link buttons you get a notice to open and the info says javascript. I think ios 8 has issues with JavaScript.

  • Issues With iPad mini after upgrading to iOS 8.1.2......

    WWish I'd checked the forums first, but I upgraded to 8.1.2. A few days ago and have had nothing but issues.
    FIrst -- it takes twice to three times as long to boot up my device.
               After the apple logo disappears, the screen is just black for the longest time
               Then eventually I hear a faint "DING" and the screen eventually gets lighter but this takes about 5-6 minutes
               Haven't had time to check the new manual.... Is this normal?
    second -- Lots of freeze ups doing any variety of functions
    third -- When tapping to diwnload a WORD attachment in an e-mail.... the circle graph loads properly but the document never opens when tapped.
               I'm not sure which is the most frustrating, plus there's no way to TURN OFF that dorm Emoji Keyboard which just gets in my way far too often!!
    any body have any work around for any of these???
    i No longer love my iPad...that's for sure.

    How do you know some stop halfway and others barely start? What are you seeing? While it is possible an app is not compatible with iOS 8.1.2, but I doubt it. If it was working with iOS 8, then it will work with 8.1.2. Try signing out of the App Store and sign back in again.

Maybe you are looking for

  • WLDF in weblogic 10,3,5

    Hi , Please some one help how to configure wldf 10.3.5 . is there is any sample script? Thanks,

  • IPad 1 syncing error message

    For some reason, my iPad 1 stopped syncing Instapaper, so I uninstalled the app and went to reinstall and found that it still wouldn't work. So I did a clean install from a back up and now after every sync I get an error message saying (user name)> (

  • Trouble downloading the jdk 1.50

    After everything is done, a small box pops up & says file has been delete!!! Any tips

  • Lightroom "Open With," "Open As..." Links to Photoshop 5.1 grayed out.

    I am working with the latest versions of Photoshop, Lightroom & ACR. A couple of weeks ago I noticed that the links to Photoshop from Lightroom were all grayed out. for example when I right click on an image and select "Open With," it and all of the

  • Error 1517 when executing the VIs for DLL

    I want to be able to use a certain function from C++ DLL, and I followed the TOOLS>>IMPORT>>SHARED LIBRARY(.dll) wizard. l use the head file and dll from company. This is for a motion controller. When I run VIs, they always show the error 1097 and th