[Bug 1278285] Re: git send-email fails SSL certificate verification
Sedat Dilek
1278285 at bugs.launchpad.net
Fri Mar 28 09:17:38 UTC 2014
I am using git (1:1.9.1-0ppa1~precise1) here on Ubuntu/precise AMD64 and
was not able to send a patch to linux-fsdevel via GoogleMail.
The above workaround helped me (for the sake of completeness the snippet
from my dot-gitconfig):
[ ~/.gitconfig]
...
[sendemail]
smtpserver = smtp.gmail.com
smtpserverport = 587
smtpencryption = tls
smtpuser = sedat.dilek at gmail.com
smtpsslcertpath = '/etc/ssl/certs'
...
Anders can you offer a backport, please. THX in advance.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to git in Ubuntu.
https://bugs.launchpad.net/bugs/1278285
Title:
git send-email fails SSL certificate verification
Status in “git” package in Ubuntu:
Fix Released
Bug description:
When using git send-email via the Gmail SMTP servers, I get 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/lib/git-core/git-send-email line 1241.
The git configuration is as follows:
[sendemail "gmail"]
smtpencryption = tls
smtpserver = smtp.gmail.com
smtpuser = myaccount at gmail.com
smtpserverport = 587
A related Fedora bug is at https://bugzilla.redhat.com/show_bug.cgi?id=1043194
They sent a patch to the git mailing list which has some discussion http://thread.gmane.org/gmane.comp.version-control.git/240472
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: git-email 1:1.9~rc1-1
ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Mon Feb 10 16:38:52 2014
MarkForUpload: True
PackageArchitecture: all
SourcePackage: git
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git/+bug/1278285/+subscriptions
More information about the foundations-bugs
mailing list