unable to access 'https://bitbucket.org/Onports/*****************.git/': Failed to connect to b

aaquibmemon August 10, 2022

After running "git pull origin master" on EC2 instance i am getting this error .

fatal : unable to access 'https://bitbucket.org/Onports/***************.git/': Failed to connect to bitbucket.org port 443 after 130674 ms: Connection timed out.

1 answer

0 votes
Mateus T
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 11, 2022

Hi @aaquibmemon,

Welcome to the Atlassian Community!

It looks like your machine is not able to properly connect to Bitbucket.org on port 443. In this case, there are a series of factors that could be causing this issue:

  1. Check if the issue persists while using SSH protocols and pulling from your repository. If SSH works fine, you might be having an issue with your internal firewalls blocking our connections on port 443;
  2. Make sure that your EC2 instance has all Bitbucket Cloud IPs and Domains whitelisted;
  3. You can also run the Git Clone with a verbose output in order to get more details on this issue and share the output here with us. Make sure to remove any sensitive information from the logs output before posting it on this public thread.
$ GIT_CURL_VERBOSE=1 GIT_TRACE=1 git pull origin master

Cheers,

Mateus T

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events