Beyond just pinging the domains used by Cyber Crucible to make sure that your endpoint can reach all of the correct network address, below are some example curl commands that can be used to confirm the Cyber Crucible Agent installer includes a test argument that ensures a valid TLS/SSL connection can be made in both directions .
https://ransomwarerewind-agents.auth.us-west-2.amazoncognito.com
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" "https://ransomwarerewind-agents.auth.us-west-2.amazoncognito.com/oauth2/token?grant_type=client_credentials&client_id=74pcqm7ftftq0l892vj3lgcbkg&scope=http://localhost:5000/agent.full" -H "Authorization: Basic NzRwY3FtN2Z0ZnRxMGw4OTJ2ajNsZ2Nia2c6MTBqYXA5ZjFlZG45aDU2MTUybGZmaGR1MGFibTJyZmFmbDk1MzQ3Z3B1aGx2cjZyOG9lbA=="
to all required servers.
...
Simply add --test-connection
to the installer execution, making sure to still include group id(s) and OAuth tokens that are necessary to perform authentication. Seen above is a screenshot showing the only modification needed to the provided .bat script, and a successful output.