macinandy

Results 3 comments of macinandy

What happens If you change line 1012 from "https://{}.jamfcloud.com/JSSResource/mobiledevices".format(args.jamfserver)) to read "https://{}/JSSResource/mobiledevices".format(args.jamfserver)) and remove the https:// from your jamfserverurl this worked for me

Hi Mike, this is the command I am using notice the "=" precache.py --jamfserver=jssaddress:8443 --jamfuser=jamfuser --jamfpassword=jamfpassword --debug

Hi again, try removing the https from your jamfserver as in > /usr/local/precache/precache.py --cache-server http://my.server.tld:49240 --jamfserver=my.jss.tld:8443 --jamfuser=myusername --jamfpassword=mypassword no it won’t matter where you place precache, it is just cleaner...