Skip to Main Content

Cloud Connectivity

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to access specific urls from Arm Compute instance

user-9wpgsJun 7 2023 — edited Jun 8 2023

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

Comments
Post Details
Added on Jun 7 2023
1 comment
630 views