Hi,
I am trying to call the https://dev.abdm.gov.in/gateway/v0.5/consent-requests/init
API from the code deployed in a container (GCP
Cloud run https url) but it is giving me the following error :
HTTPSConnectionPool(host=‘dev.abdm.gov.in’, port=443): Max retries exceeded with url: /gateway/v0.5/consent-requests/init (Caused by NewConnectionError(’<urllib3.connection.HTTPSConnection object at 0x3ee93f598850>: Failed to establish a new connection: [Errno 110] Connection timed out’))
But from my laptop (localhost) the code is working, I am able to call the API and get the Callback Request.
(i.e. there is no problem in request header and body)
Code deployed in a containerised environment works perfect with https://dev.ndhm.gov.in
Is there any kind of whitelisting needed at Dev.abdm.gov.in to serve the request originating from a specific url. Could somebody kindly help with documentation on setting this up.