Проблема
При попытке выполнить clone через hg с некоторого https-URL получаю ошибку:
(could not negotiate a common security protocol (tls1.1+) with my.host.com; the likely cause is Mercurial is configured to be more secure than the server can support)
(consider contacting the operator of this server and ask them to support modern TLS protocol versions; or, set hostsecurity.my.host.com:minimumprotocol=tls1.0 to allow use of legacy, less secure protocols when communicating with this server)
(see https://mercurial-scm.org/wiki/SecureConnections for more info)
abort: error: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:661)
Решение
Подсказка решения есть в тексте самой ошибки, но она не совсем корректная. Открываем %USERHOME%/mercurial.ini, добавляем туда:
[hostsecurity]Актуально для hg 4.3.1.
my.host.com:minimumprotocol=tls1.0
Комментариев нет:
Отправить комментарий