Posted on 07-23-2021 06:33 AM
I have a use case where I want to apply proxy as localhost i.e. 127.0.0.1:3128 for both http and https but i want a few domains (ex: *.jamfserver.com, *.google.com) to be bypassed from the proxy. I tried this setting manually and it works fine. But when i created a configuration profile and tried to push the same, Im not seeing the bypass taking effect but all domains are going thru proxy server. PFA screenshots of manual configuration (where bypass domain from proxy worked after a restart) and the configuration profile created on JamfServer which is not bypassing when pushed to target machine.
Mac OS under use: Big Sur 11.4
Jamf server version: 10.30.3-t1624643096
Posted on 08-21-2021 02:47 AM
Found out that this is product bug in Jamf as of now, so here is the workAround provided by jamf support. And it worked so the Exception object is a list but its being created as string array in the first place. This is a known and documented product issue of PI-009640 per support
1. Manually download the profile and unsign it
2. Change the key value from this:
<key>Exceptions</key>
<array>
<string>*.jamfcloud.com</string>
<string>*.jamf</string>
<string>*.jamf.com</string>
<string>*jamf.com</string>
<string>dgqa.jamfcloud.com</string>
<string>*.google.com</string>
</array>
to this:
<key>ExceptionsList</key>
<array>
<string>*.jamfcloud.com</string>
<string>*.jamf</string>
<string>*.jamf.com</string>
<string>*jamf.com</string>
<string>dgqa.jamfcloud.com</string>
<string>*.google.com</string>
</array>
3. Sign the profile then upload to Jamf for distribution.
Posted on 03-17-2022 05:01 PM
I recently ran into this same issue and was informed of Product Issue (PI-009640). Ran across this post wile researching to obtain further detail. Wanted to share that this is still an issue as of March 2022 and will require a workaround as @pshaik has described.
Posted on 02-23-2024 04:17 AM
This still seems to be an issue with the latest version of JAMF Pro (11.3.0).
Is there any plan to fix it in the upcoming releases?