macadmins / nudge

A tool for encouraging the installation of macOS security updates.
Apache License 2.0
1.05k stars 187 forks source link

SOFA feed being blocked? #654

Closed Train100 closed 1 month ago

Train100 commented 1 month ago

I tried to use the following command after installing Nudge and the attached configuration profile, but I am finding that while I am in the office the notification does not launch. I suspect that a network port might be blocked, but I am only seeing a localbridge issue in the log stream, which I have attached along with the configuration file.

/Applications/Utilities/Nudge.app/Contents/MacOS/Nudge -simulate-os-version "14.2" -disable-random-delay

Also interesting to note, when I run Nudge in demo-mode in the office, the log stream states that it can't find the required MinimumOSVersion 0.0 in the SOFA feed.

logstream.txt

mobileconfig.txt

erikng commented 1 month ago

If your company is blocking nudge, youll have to work through that. There is an issue with the sofa feed though that has been fixed now.

Train100 commented 1 month ago

I am not in charge of the networking at the company. Do you know what port they need to make open for Nudge?

erikng commented 1 month ago

443 - It's just standard internet calls.

Train100 commented 1 month ago

It looks like I am not allowed to open up any ports on our network. Is there a way to turn off the SOFA feed?

erikng commented 1 month ago

Yes. Please read the wiki.

Train100 commented 1 month ago

I have disabled the SOFA feed under optionalFeatures in the configuration file, but the following command still does not prompt the Nudge notification and results in the same message in the log.

/Applications/Utilities/Nudge.app/Contents/MacOS/Nudge -simulate-os-version "14.2" -disable-random-delay

log2.txt mobileconfig2.txt