bin/sendEmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b855d0a95e74b6ab04d5e5e714ebbfebb7881c31 Author: Maarten Hoes <hoes.maar...@gmail.com> Date: Sat Jan 24 10:57:52 2015 +0100
Work around 'invalid SSL_version' error. Change-Id: I15287bcecc100ecf1b9c2f496fef414a733d547f Reviewed-on: https://gerrit.libreoffice.org/14151 Tested-by: Norbert Thiebaud <nthieb...@gmail.com> Reviewed-by: Norbert Thiebaud <nthieb...@gmail.com> diff --git a/bin/sendEmail b/bin/sendEmail index 8a4fc03..07b6dd7 100755 --- a/bin/sendEmail +++ b/bin/sendEmail @@ -1903,7 +1903,7 @@ else { if ($conf{'tls_server'} == 1 and $conf{'tls_client'} == 1 and $opt{'tls'} =~ /^(yes|auto)$/) { printmsg("DEBUG => Starting TLS", 2); if (SMTPchat('STARTTLS')) { quit($conf{'error'}, 1); } - my $ssl_ver = 'SSLv3 TLSv1'; + my $ssl_ver = 'SSLv3'; chomp(my $system = `uname -o`); if ($system eq 'Cygwin') { $ssl_ver = 'SSLv3'; } if (! IO::Socket::SSL->start_SSL($SERVER, SSL_version => $ssl_ver)) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits