Posted on 02-06-2018 04:39 PM
We are a MSP that manages 25+ Jamf servers. I have set up Casper Check on most of them, which are hosted either in our data center or on-site at the client location. I need to set up Casper Check for a client's Jamf Cloud instance. In the caspercheck.sh you need to specify the jss_server_address and jss_server_port. Since Jamfcloud hosted instances do not use the usual https://yourjamf.domain.com:8443 url, what port number would I use in the caspercheck.sh file? Or can I just leave it blank and put the full cloud address in jss_server_address? Like so....
jss_server_address="jss.jamfcloud.com/companyname"
jss_server_port=""
Posted on 02-06-2018 04:44 PM
Since jss_server_port is doing netcat to check the port putting 443 (ssl's port) will satisfy the requirement of the requested port.
For server i'd just use jss.jamfcloud.com
Posted on 02-07-2018 05:48 AM
Thanks rderewianko, I will give that a try.
~Scott