On a test machine, I noticed that the port returned by ` port = self.cache_srv_conf['Port']` Is coming back as zero. If I add: `if port == 0: port = self.cache_srv_conf['LastPort'] ` The script will work fine. This is on 10.12.4. Otherwise, the system works great!