webfiltering block process service on port 8080

asamo
New Contributor

Hi team, 

Let me ask question for webfilter on port 8080.

I set localhost for wihte list on restrictions profile with Jamf administrator role like that, however, when I access http://localhost:8080/ I cannot browse the website, which returned error screen.


White list for browser

<?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>URLAllowlist</key>
<array>
<string>chrome://*</string>
<string>localhost</string>   ← here!

 

I checked process for port 8080 and there are some unknown webfilter processes besides java process which I would like to use. (Actually I tried to use Jenkis using localhost:8080 but couldn't....)

# sudo lsof -P -i:8080
webfilter 97579 root   74u  IPv6 0x3f2d9709054bb09e      0t0  TCP localhost:58811->localhost:8080 (CLOSED)
webfilter 97579 root   75u  IPv6 0x9fb2682184f630c5      0t0  TCP localhost:58813->localhost:8080 (CLOSED)
webfilter 97579 root   76u  IPv6 0xbc01bb175306b120      0t0  TCP localhost:58735->localhost:8080 (CLOSED)

 

Why there is webfilter on port 8080 process even though localhost is added on white list? 

 

My environment details are below.

  • Jamf pro version:11.13.1
  • Client:Mac OS M3 Sonoma14
  • Browser:Chrome, Safari (same error occured in both browser)
0 REPLIES 0