3 votes

GnuTLS : La connexion TLS a été interrompue de manière inadéquate - erreur après la mise à niveau vers ubuntu 16.04

J'utilise le serveur ubuntu 16.04. Je viens de faire une mise à jour ce matin. Cette commande qui fait partie de la mise à niveau de redmine génère une erreur GnuTLS. J'ai cherché des solutions en ligne mais je n'en ai trouvé aucune. Tout conseil serait apprécié.

**bundle install --gemfile=/opt/redmine/redmine/Gemfile**

Fetching https://github.com/jbox-web/gitolite-rugged.git
error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.

Retrying `git clone 'https://github.com/jbox-web/gitolite-rugged.git' "/home/sysadmin/.gem/ruby/2.2.3/cache/bundler/git/gitolite-rugged-f96eae3bf467935eea22ec876625e07825442454" --bare --no-hardlinks --quiet` due to error (2/4): Bundler::Source::Git::GitCommandError Git error: command `git clone 'https://github.com/jbox-web/gitolite-rugged.git' "/home/sysadmin/.gem/ruby/2.2.3/cache/bundler/git/gitolite-rugged-f96eae3bf467935eea22ec876625e07825442454" --bare --no-hardlinks --quiet` in directory /home/sysadmin has failed.error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.

Retrying `git clone 'https://github.com/jbox-web/gitolite-rugged.git' "/home/sysadmin/.gem/ruby/2.2.3/cache/bundler/git/gitolite-rugged-f96eae3bf467935eea22ec876625e07825442454" --bare --no-hardlinks --quiet` due to error (3/4): Bundler::Source::Git::GitCommandError Git error: command `git clone 'https://github.com/jbox-web/gitolite-rugged.git' "/home/sysadmin/.gem/ruby/2.2.3/cache/bundler/git/gitolite-rugged-f96eae3bf467935eea22ec876625e07825442454" --bare --no-hardlinks --quiet` in directory /home/sysadmin has failed.error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.

Retrying `git clone 'https://github.com/jbox-web/gitolite-rugged.git' "/home/sysadmin/.gem/ruby/2.2.3/cache/bundler/git/gitolite-rugged-f96eae3bf467935eea22ec876625e07825442454" --bare --no-hardlinks --quiet` due to error (4/4): Bundler::Source::Git::GitCommandError Git error: command `git clone 'https://github.com/jbox-web/gitolite-rugged.git' "/home/sysadmin/.gem/ruby/2.2.3/cache/bundler/git/gitolite-rugged-f96eae3bf467935eea22ec876625e07825442454" --bare --no-hardlinks --quiet` in directory /home/sysadmin has failed.error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.

**Git error: command `git clone 'https://github.com/jbox-web/gitolite-rugged.git' "/home/sysadmin/.gem/ruby/2.2.3/cache/bundler/git/gitolite-rugged-f96eae3bf467935eea22ec876625e07825442454" --bare --no-hardlinks --quiet` in directory
/home/sysadmin has failed.***

0voto

Giova Points 133

Il s'agit probablement d'un problème SSL (avez-vous changé de certificat ou mis à jour les bibliothèques cryptographiques pendant la mise à jour) ?

Vous pouvez essayer de réinstaller git, ou, à défaut, vous pouvez reconstruire git à partir des sources en utilisant un autre backend cryptographique. Vous pouvez vous référer aux instructions de cette réponse .

SistemesEz.com

SystemesEZ est une communauté de sysadmins où vous pouvez résoudre vos problèmes et vos doutes. Vous pouvez consulter les questions des autres sysadmins, poser vos propres questions ou résoudre celles des autres.

Powered by:

X