Getting an SSL error with Mercurial on Bitbucket due to TLS

后端 未结 4 614
隐瞒了意图╮
隐瞒了意图╮ 2021-01-15 03:59

It seems that Bitbucket has now blocked TLS 1.0 and 1.1.

I am working in Eclipse on Mac OSx 10.12.6 using the MercurialEclipse (hg) 2.2 plugin.

I was receivi

4条回答
  •  甜味超标
    2021-01-15 04:49

    As you i had the same issue , i had done the above mentioned solution in my VirtualMachine that solved the problem though, whereas in my realtime server this did not solve. The only option you got left is changes your hgrc file within the repository ie "reponame/.hg/hgrc" and update the default path to "ssh://hg@bitbucket.org/'reponame'" instead of "https:@bitbucket.org/'reponame'" its not a good solution but will work until Bitbucket support team comes up with some solution.

    Doing this has solved my issue.

提交回复
热议问题