I am using TortoiseHG on win7 64b to clone a repository using the https protocol. I installed and configured a public certificate on my side to verify server certificates. However, when I try to clone, I get the following error:
% hg clone --verbose -- https://***/hg/Trainings/train-repo1 "c:\sandboxes\hg" SSL error: wrong version number [command returned code 255 Wed Nov 06 14:28:47 2013]
I think I need to somehow configure the SSL version supported on the Tortoise side, but cannot find resources on the Internet on how to do this. I am looking for any explanation or documentation on this. Tks!
Note. The repo server forces me to use https, and I do not control it. (cannot switch to ssh)
source share