Error Integrating Cloud Provisioning and Governance to Ansible TowerIssue When tried connecting to Servicenow with an Ansible Tower instance in AWS, the below error is thrownFailure to handle chunked result: com.snc.cloud.mgmt.modules.svccatalog.orchestration.BPOException: Failed to execute API - Failed with status code and message: 500: TypeError: Cannot convert null to an object. (ad_hoc:ansible-tower-1.0-Discover; line 63): com.snc.cloud.mgmt.modules.svccatalog.orchestration.result.StepResultHandler.checkCAPIReturnStatus(StepResultHandler.java:264)Even updating the mid server property "mid.cmp.ansible.api_version" from V1 to V2 does not help. ReleaseQuebecResolutionMake sure the credentials used are valid and working.Check the required configuration both at the instance level and at the Ansible end.Make sure the MID server script include "ansible-tower-1.0-Discovery" is OOB and is not customized.Navigate to the "Mid Security Policy" on your instance and set the flags "Certificate Chain Check", "Hostname Check" and "Revocation check" to false on the "internet" record, this will allow the mid server to trust the certificate and pass the call, which should fix the issue.Related LinksIf the above resolution doesn't work check if there is any issue related to proxy.