Older Ubuntus cause Mercurial connections to fail with this error:

Error on cloning hg repo: unable to get repository: warning:
connecting to bitbucket.org using legacy security technology (TLS
1.0); see https://mercurial-scm.org/wiki/SecureConnections for more
info
(using CA certificates from /etc/ssl/certs/ca-certificates.crt; if you
see this message, your Mercurial install is not properly configured;
see https://mercurial-scm.org/wiki/SecureConnections for how to
configure Mercurial to avoid this message)

Per
https://travis-ci.community/t/travis-ci-linux-build-environments-cant-clone-from-bitbucket-anymore-mercurial/1182/3,
the recommendation is to upgrade to Xenial, which has either a newer
Mercurial, a newer Python, a newer OpenSSL or some combination of
those.
This commit is contained in:
Kevin Burke 2019-01-22 20:49:32 -08:00
Родитель 88441ff72a
Коммит 38e4408a90
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 24B0EF06511BA263
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,6 @@
language: go
sudo: false
dist: xenial
notifications:
email: false
jobs: