I'm trying access below url from my Arm Ampere compute but
ping apiconnect.angelbroking.com
urls like google.com are working . checked internet gateway its allowing all ports and protocols. anything need to be configured from my end inorder to access above host?
when i do curl at below endpoint from local:
curl -v https://apiconnect.angelbroking.com/health
* Trying 103.82.177.189:443...
* Connected to apiconnect.angelbroking.com (103.82.177.189) port 443 (#0)
* ALPN: offers h2
* ALPN: offers http/1.1
* CAfile: /etc/ssl/cert.pem
* CApath: none
* [CONN-0-0][CF-SSL] (304) (OUT), TLS handshake, Client hello (1):
* [CONN-0-0][CF-SSL] (304) (IN), TLS handshake, Server hello (2):
* [CONN-0-0][CF-SSL] TLSv1.2 (IN), TLS handshake, Certificate (11):
* [CONN-0-0][CF-SSL] TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* [CONN-0-0][CF-SSL] TLSv1.2 (IN), TLS handshake, Server finished (14):
* [CONN-0-0][CF-SSL] TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* [CONN-0-0][CF-SSL] TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* [CONN-0-0][CF-SSL] TLSv1.2 (OUT), TLS handshake, Finished (20):
* [CONN-0-0][CF-SSL] TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* [CONN-0-0][CF-SSL] TLSv1.2 (IN), TLS handshake, Finished (20):
But when i do same from instance
curl -v https://apiconnect.angelbroking.com/health
* Trying 103.82.177.189:443...
* connect to 103.82.177.189 port 443 failed: Connection timed out
* Failed to connect to apiconnect.angelbroking.com port 443 after 130326 ms: Connection timed out
* Closing connection 0
curl: (28) Failed to connect to apiconnect.angelbroking.com port 443 after 130326 ms: Connection timed out
and nothing getting displayed until timeout