Config profile isn't working

HonestpuckAU
New Contributor II

I have a config profile that is meant to set proxies. After I install it via Self Service it doesn't set the proxies at all and `scutil --proxy` yields a blank dictionary.

Here it is slightly redacted

<?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>PayloadDisplayName</key>
<string>Network Proxies</string>
<key>PayloadIdentifier</key>
<string>1D0AB454-5958-4760-BDE5-C0B038F2558A</string>
<key>PayloadType</key>
<string>com.apple.SystemConfiguration</string>
<key>PayloadUUID</key>
<string>22B9C46B-4F6B-447E-960B-BEB9E69EFA8E</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>Proxies</key>
<dict>
<key>ExceptionsList</key>
<string>*.local,189.254/16</string>
<key>FallBackAllowed</key>
<integer>1</integer>
<key>ProxyAutoConfigEnable</key>
<integer>1</integer>
<key>ProxyAutoConfigURLString</key>
<string>http://config.example.com/example.pac</string>
</dict>
</dict>
</array>
<key>PayloadDescription</key>
<string>NOTE: This is a test profile that has PayloadRemovalDisallowed set to false so we can remove it if anything goes wrong. This will have to be set to true before production. The distribution method should also be changed at the same time.</string>
<key>PayloadDisplayName</key>
<string>Proxy option 2 - Proxies TEST TEST FIX BEFORE PRODUCTION</string>
<key>PayloadIdentifier</key>
<string>com.apple.ManagedClient.preferences.D1E069FC-B130-473F-AD8F-57780993A219</string>
<key>PayloadOrganization</key>
<string>Commonwealth Bank of Australia</string>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>56CC446F-B87C-477B-B832-1C9AC74965EA</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>

0 REPLIES 0