* git-send-email.perl should check the version of Perl modules it uses
@ 2015-03-23 1:11 Koosha Khajehmoogahi
0 siblings, 0 replies; only message in thread
From: Koosha Khajehmoogahi @ 2015-03-23 1:11 UTC (permalink / raw)
To: git
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-03-23 1:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-23 1:11 git-send-email.perl should check the version of Perl modules it uses Koosha Khajehmoogahi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox