Re: [PATCH] send-email: squelch warning from Net::SMTP::SSL

2013-07-29 Thread Colin Guthrie
'Twas brillig, and Junio C Hamano at 29/07/13 17:01 did gyre and gimble: > Colin Guthrie writes: > >> For what it's worth, after upgrading here, I got this error at the >> server side: >> >> Jul 26 10:15:41 foo.example.com postfix/smtpd[7736]: warning: TLS >> library problem: 7736:error:14094418:

Re: [PATCH] send-email: squelch warning from Net::SMTP::SSL

2013-07-29 Thread Junio C Hamano
Colin Guthrie writes: > For what it's worth, after upgrading here, I got this error at the > server side: > > Jul 26 10:15:41 foo.example.com postfix/smtpd[7736]: warning: TLS > library problem: 7736:error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 > alert unknown ca:s3_pkt.c:1256:SSL alert numb

Re: [PATCH] send-email: squelch warning from Net::SMTP::SSL

2013-07-26 Thread Colin Guthrie
'Twas brillig, and Matthieu Moy at 05/07/13 12:31 did gyre and gimble: > Ramkumar Ramachandra writes: > >> John Keeping wrote: >>> I don't think this is really "fix", it's more plastering over the >>> problem. >> >> It defaulted to SSL_VERIFY_NONE before Net::SMTP::SSL was updated, and >> the beh

Re: [PATCH] send-email: squelch warning from Net::SMTP::SSL

2013-07-05 Thread Matthieu Moy
Ramkumar Ramachandra writes: > John Keeping wrote: >> I don't think this is really "fix", it's more plastering over the >> problem. > > It defaulted to SSL_VERIFY_NONE before Net::SMTP::SSL was updated, and > the behavior hasn't changed now. The new version simply asks us to be > explicit about

Re: [PATCH] send-email: squelch warning from Net::SMTP::SSL

2013-07-05 Thread Ramkumar Ramachandra
John Keeping wrote: > I don't think this is really "fix", it's more plastering over the > problem. It defaulted to SSL_VERIFY_NONE before Net::SMTP::SSL was updated, and the behavior hasn't changed now. The new version simply asks us to be explicit about SSL_VERIFY_NONE, so we are aware about it.

Re: [PATCH] send-email: squelch warning from Net::SMTP::SSL

2013-07-05 Thread John Keeping
On Fri, Jul 05, 2013 at 03:48:31PM +0530, Ramkumar Ramachandra wrote: > Due to a recent change in the Net::SMTP::SSL module, send-email emits > the following ugly warning everytime a email is sent via SSL: > > *** > Using the default

[PATCH] send-email: squelch warning from Net::SMTP::SSL

2013-07-05 Thread Ramkumar Ramachandra
Due to a recent change in the Net::SMTP::SSL module, send-email emits the following ugly warning everytime a email is sent via SSL: *** Using the default of SSL_verify_mode of SSL_VERIFY_NONE for client is deprecated! Please set SSL