7.8.11. Verifying the Broker Configuration

Use the curl command on the broker host to retrieve the REST API base as a quick test to verify your broker configuration:
# curl -Ik https://localhost/broker/rest/api
Verify that a 200 OK response is returned. Otherwise, try the command again without the -I option and look for an error message or Ruby backtrace:
# curl -k https://localhost/broker/rest/api