4

SSID exclusions are not working in Apple Configuration Profiles

When I create a new Apple Configuration Profile and add a few SSID's to exclude, it's not excluding them and everything is pushed through the profile.

If I remove the newly added section with "EvaluateConnection" (see below) and just keeping the section with "Disconnect/SSIDMatch", it's working as expected and the SSID's are excluded correctly.

Are there any syntax errors in the created profile or a bug in iOS 17?!

          <dict>
            <key>Action</key>
            <string>EvaluateConnection</string>
            <key>ActionParameters</key>
            <array>
              <dict>
                <key>DomainAction</key>
                <string>NeverConnect</string>
                <key>Domains</key>
                <array>
                  <string>dav.orange.fr</string>
                  <string>msg.t-mobile.com</string>
                </array>
              </dict>
            </array>
          </dict>

3 replies

null
    • Michael.11
    • 6 mths ago
    • Reported - view

    Can confirm this fixes it for me too and now the profile is working as expected (except unsigned).

    Duplicate here: https://help.nextdns.io/t/q6yhqkp/nextdns-apple-configuration-profile-issue-on-ios-17

    • Michael_Bierman
    • 6 mths ago
    • Reported - view

    Same issue here. I tried to edit in Apple Configurator but it says it can't be edited. Any suggestions? Anyone know if nextdns is going to fix this soon? 

    EDIT actually I found how to "unsign" the profile but I don't see anything like what is described above. 

      • Michael.11
      • 6 mths ago
      • Reported - view

      Open up the file with a text editor (eg, VSCode, Textedit or similar). The block you're looking for starts on Line 31. I can verify it is still there. Remove the block as per the above then airdrop it or just install.

Content aside

  • 4 Likes
  • 6 mths agoLast active
  • 3Replies
  • 218Views
  • 5 Following