Not able to resolve https://healthidsbx.abdm.gov.in/api/v1/

Hello,

Is there some DNS restrictions on https://healthidsbx.abdm.gov.in/api/v1/ endpoint ( geographical etc. ?)

When I try to do basic GET request on above from my local system i get the expected 401 Unauthorized error.

As a test I did simple cURL get as follows

ubuntu@ip-172-31-17-48:~$ curl --location 'https://example.com' | head -n 5
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1256  100  1256    0     0   9812      0 --:--:-- --:--:-- --:--:--  9812
<!doctype html>
<html>
<head>
    <title>Example Domain</title>

ubuntu@ip-172-31-17-48:~$ curl --location 'https://healthidsbx.abdm.gov.in/api/v1/' | head -n 5
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:02:09 --:--:--     0
curl: (28) Failed to connect to healthidsbx.abdm.gov.in port 443: Connection timed out

The machine has access to internet as I can see it was able to connect quickly to https://example.com but the call timed out https://healthidsbx.abdm.gov.in/api/v1

@IntegrationSupport as a validation of the cURL i tried doing the cURL on my local laptop

siddharth@siddharthrog:~$ ~$ curl --location 'https://healthidsbx.abdm.gov.in/api/' | head -n 5
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   123    0   123    0     0    342      0 --:--:-- --:--:-- --:--:--   343
{"timestamp":"2023-03-09T15:11:15.871+0000","status":401,"error":"Unauthorized","message":"Unauthorized","path":"/api/v1/"}

I get 401 response as expected.

I tried calling https://abdm.gov.in also just to ensure if there is some improper things in Indian govt. website DNS

ubuntu@ip-172-31-17-48:~$ curl --location 'https://healthidsbx.abdm.gov.in/api/v1/' | head -n 5
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:27 --:--:--     0^C
ubuntu@ip-172-31-17-48:~$ ^C
ubuntu@ip-172-31-17-48:~$ ^C
ubuntu@ip-172-31-17-48:~$ curl --location 'https://abdm.gov.in/' | head -n 5
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   744  100   744    0     0    523      0  0:00:01  0:00:01 --:--:--   523
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Ayushman Bharat Digital Mission - Building Digital Health
      Ecosystem"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>NHA | Official website Ayushman Bharat Digital Mission</title><script defer="defer" src="/static/js/main.456e0964.js"></script><link href="/static/css/main.32c66587.css" rel="stylesheet"></head><body><noscript>Ayushman Bharat Digital Mission - Building Digital Health Ecosystem</noscript><div id="root"></div></body></html>

I am able to call https://abdm.gov.in from my VM.

@admin @IntegrationSupport can anyone please assist here ?

@Ramandeep1 - can you please look into this one.