Cannot perform CURL command to api.stripe.com

Today, it seems that I cannot perform CURL command to api.stripe.com for no apparent reason (didn’t change any scripts in CSF). This is what happens on the SSH command line:

curl -v https://api.stripe.com/healthcheck

  • About to connect() to api.stripe.com port 443 (#0)

  • Trying 52.62.14.35…

  • Connection timed out

  • Trying 13.55.5.15…

  • After 86364ms connect time, move on!

  • Failed connect to api.stripe.com:443; Operation now in progress

How can I make it happen and what kind of error am I seeing here?