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
Just a Suggestion can you create a "hgrc" file and add
[ui] tls = False
and give it a try.