Facing the error SSL certificate problem: self signed certificate in certificate chain while trying to clone the repository from windows bash terminal
Steps followed as mentioned in https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/
1. Generated SSH key pair (public and private) on windows
2. Added the public ssh key in bitbucket account
But running the below command to verify key is getting timed out.
ssh -T git@bitbucket.org
Error : kex_exchange_identification: read: Connection timed out
Back to the same error as mentioned in the first line.
Can you help in fixing the error ?
G'day Yuvraj!
The error you have mentioned is a little vague but generally occurs when there is some kind of localized network issue on your end that is preventing you from accessing Bitbucket Cloud. This is generally caused by SSH port 22 being blocked, or our BBC website IP addresses being blocked.
Please ensure you whitelist our IP addresses within your firewall contained in the article below, and also ensure that port 22 is not blocked to allow for SSH traffic to pass through:
https://support.atlassian.com/bitbucket-cloud/docs/what-are-the-bitbucket-cloud-ip-addresses-i-should-use-to-configure-my-corporate-firewall/
You can also refer to our article below for networking troubleshooting steps that you may follow to diagnose the issue:
https://confluence.atlassian.com/bbkb/troubleshooting-network-issues-389778693.html
Once you have performed the above, please let me know if any further issues.
Cheers!
- Ben (Bitbucket Cloud Support)
hi Ben.
Thank you for your response. I missed the reply as the issue was resolved earlier after doing the ssh key setup again.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.