Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

www.bitbucket.org certificate with fingerprint not verified issue while pushing changes

I am trying to push changes to a project I am contributing to. I have permissions to commit to the project and has a valid account in bitbucket. I am getting the below error while pushing the changes. Appreciate help on fixing this.

enter image description here

like image 439
Aravind Yarram Avatar asked Dec 29 '11 19:12

Aravind Yarram


2 Answers

It started working after adding the below to repo specific hgrc file

[hostfingerprints]
bitbucket.org = 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b

based on the suggestion here

certificate was changed on jan 19, 2012

Bitbucket’s SSL certificates are changing on March 6, 2014

like image 150
Aravind Yarram Avatar answered Oct 27 '22 02:10

Aravind Yarram


I did as FalconSer mentions above, with the exception that I placed it in /etc/mercuial/hgrc so it'd be correct for all local mercurial repo's.

like image 45
squeegee Avatar answered Oct 27 '22 01:10

squeegee