public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: Koosha Khajehmoogahi <koosha@posteo•de>
To: git <git@vger•kernel.org>
Subject: git-send-email.perl should check the version of Perl modules it uses
Date: Mon, 23 Mar 2015 02:11:04 +0100	[thread overview]
Message-ID: <550F6828.2090602@posteo.de> (raw)

On Debian Wheezy with its outdated packages, the version of Net::SMTP::SSL is 1.01. If you
try to use send-email, the script will crash with the following error:

STARTTLS failed! SSL connect attempt failed with unknown error error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed at /usr/libexec/git-core/git-send-email line 1294

Apparently, that is because the script is calling a subroutine (start_SSL()) that
is missing in older versions. I guess the script should check the minimum
required version before proceeding with the execution.

                 reply	other threads:[~2015-03-23  1:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=550F6828.2090602@posteo.de \
    --to=koosha@posteo$(echo .)de \
    --cc=git@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox