Activity log for bug #388723

Date Who What changed Old value New value Message
2009-06-17 23:36:46 Display Name bug added bug
2009-06-17 23:45:08 Display Name description The smtp I'm using does not require authentication. When I remove the starttls() call it works fine. When I perform a bzr commit I get this error from bzr-email: bzr: ERROR: socket.sslerror: (1, 'error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure') Traceback (most recent call last): File "bzrlib\commands.pyo", line 729, in exception_to_return_code File "bzrlib\commands.pyo", line 924, in run_bzr File "bzrlib\commands.pyo", line 560, in run_argv_aliases File "bzrlib\builtins.pyo", line 2932, in run File "bzrlib\decorators.pyo", line 192, in write_locked File "bzrlib\workingtree_4.pyo", line 226, in commit File "bzrlib\decorators.pyo", line 192, in write_locked File "bzrlib\mutabletree.pyo", line 228, in commit File "bzrlib\commit.pyo", line 407, in commit File "bzrlib\commit.pyo", line 524, in _process_post_hooks File "bzrlib\commit.pyo", line 563, in _process_hooks File "C:/Arquivos de Programas/Bazaar/plugins\email\__init__.py", line 91, in branch_commit_hook File "C:/Arquivos de Programas/Bazaar/plugins\email\emailer.py", line 265, in send_maybe File "C:/Arquivos de Programas/Bazaar/plugins\email\emailer.py", line 200, in send File "C:/Arquivos de Programas/Bazaar/plugins\email\emailer.py", line 249, in _send_using_smtplib File "C:/Arquivos de Programas/Bazaar/plugins\email\smtp_connection.py", line 240, in send_text_and_attachment_email File "C:/Arquivos de Programas/Bazaar/plugins\email\smtp_connection.py", line 201, in send_email File "C:/Arquivos de Programas/Bazaar/plugins\email\smtp_connection.py", line 66, in _connect File "C:/Arquivos de Programas/Bazaar/plugins\email\smtp_connection.py", line 84, in _create_connection File "smtplib.pyo", line 605, in starttls File "socket.pyo", line 74, in ssl sslerror: (1, 'error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure') bzr 1.15 on python 2.5.2 (win32) arguments: ['bzr', 'commit', '-m', 'Teste'] encoding: 'cp1252', fsenc: 'mbcs', lang: None plugins: bzrtools C:\Arquivos de Programas\Bazaar\plugins\bzrtools [1.15] email C:\Arquivos de Programas\Bazaar\plugins\email [unknown] launchpad C:\Arquivos de Programas\Bazaar\plugins\launchpad [1.15] netrc_credential_store C:\Arquivos de Programas\Bazaar\plugins\netrc_credential_store [1.15] qbzr C:\Arquivos de Programas\Bazaar\plugins\qbzr [0.9.9] svn C:\Arquivos de Programas\Bazaar\plugins\svn [0.6.1] xmloutput C:\Arquivos de Programas\Bazaar\plugins\xmloutput [0.8.4] *** Bazaar has encountered an internal error. Please report a bug at https://bugs.launchpad.net/bzr/+filebug including this traceback, and a description of what you were doing when the error occurred. The smtp I'm using does not require authentication. When I remove the starttls() call it works fine. When I perform a bzr commit I get this error from bzr-email: bzr: ERROR: socket.sslerror: (1, 'error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure') Traceback (most recent call last): File "bzrlib\commands.pyo", line 729, in exception_to_return_code File "bzrlib\commands.pyo", line 924, in run_bzr File "bzrlib\commands.pyo", line 560, in run_argv_aliases File "bzrlib\builtins.pyo", line 2932, in run File "bzrlib\decorators.pyo", line 192, in write_locked File "bzrlib\workingtree_4.pyo", line 226, in commit File "bzrlib\decorators.pyo", line 192, in write_locked File "bzrlib\mutabletree.pyo", line 228, in commit File "bzrlib\commit.pyo", line 407, in commit File "bzrlib\commit.pyo", line 524, in _process_post_hooks File "bzrlib\commit.pyo", line 563, in _process_hooks File "<bazaar-home>\plugins\email\__init__.py", line 91, in branch_commit_hook File "<bazaar-home>\plugins\email\emailer.py", line 265, in send_maybe File "<bazaar-home>\plugins\email\emailer.py", line 200, in send File "<bazaar-home>\plugins\email\emailer.py", line 249, in _send_using_smtplib File "<bazaar-home>\plugins\email\smtp_connection.py", line 240, in send_text_and_attachment_email File "<bazaar-home>\plugins\email\smtp_connection.py", line 201, in send_email File "<bazaar-home>\plugins\email\smtp_connection.py", line 66, in _connect File "<bazaar-home>\plugins\email\smtp_connection.py", line 84, in _create_connection File "smtplib.pyo", line 605, in starttls File "socket.pyo", line 74, in ssl sslerror: (1, 'error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure') bzr 1.15 on python 2.5.2 (win32) arguments: ['bzr', 'commit', '-m', 'Teste'] encoding: 'cp1252', fsenc: 'mbcs', lang: None plugins: bzrtools <bazaar-home>\plugins\bzrtools [1.15] email <bazaar-home>\plugins\email [unknown] launchpad <bazaar-home>\plugins\launchpad [1.15] netrc_credential_store <bazaar-home>\plugins\netrc_credential_store [1.15] qbzr <bazaar-home>\plugins\qbzr [0.9.9] svn <bazaar-home>\plugins\svn [0.6.1] xmloutput <bazaar-home>\plugins\xmloutput [0.8.4] *** Bazaar has encountered an internal error. Please report a bug at https://bugs.launchpad.net/bzr/+filebug including this traceback, and a description of what you were doing when the error occurred.
2009-06-17 23:47:03 Display Name description The smtp I'm using does not require authentication. When I remove the starttls() call it works fine. When I perform a bzr commit I get this error from bzr-email: bzr: ERROR: socket.sslerror: (1, 'error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure') Traceback (most recent call last): File "bzrlib\commands.pyo", line 729, in exception_to_return_code File "bzrlib\commands.pyo", line 924, in run_bzr File "bzrlib\commands.pyo", line 560, in run_argv_aliases File "bzrlib\builtins.pyo", line 2932, in run File "bzrlib\decorators.pyo", line 192, in write_locked File "bzrlib\workingtree_4.pyo", line 226, in commit File "bzrlib\decorators.pyo", line 192, in write_locked File "bzrlib\mutabletree.pyo", line 228, in commit File "bzrlib\commit.pyo", line 407, in commit File "bzrlib\commit.pyo", line 524, in _process_post_hooks File "bzrlib\commit.pyo", line 563, in _process_hooks File "<bazaar-home>\plugins\email\__init__.py", line 91, in branch_commit_hook File "<bazaar-home>\plugins\email\emailer.py", line 265, in send_maybe File "<bazaar-home>\plugins\email\emailer.py", line 200, in send File "<bazaar-home>\plugins\email\emailer.py", line 249, in _send_using_smtplib File "<bazaar-home>\plugins\email\smtp_connection.py", line 240, in send_text_and_attachment_email File "<bazaar-home>\plugins\email\smtp_connection.py", line 201, in send_email File "<bazaar-home>\plugins\email\smtp_connection.py", line 66, in _connect File "<bazaar-home>\plugins\email\smtp_connection.py", line 84, in _create_connection File "smtplib.pyo", line 605, in starttls File "socket.pyo", line 74, in ssl sslerror: (1, 'error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure') bzr 1.15 on python 2.5.2 (win32) arguments: ['bzr', 'commit', '-m', 'Teste'] encoding: 'cp1252', fsenc: 'mbcs', lang: None plugins: bzrtools <bazaar-home>\plugins\bzrtools [1.15] email <bazaar-home>\plugins\email [unknown] launchpad <bazaar-home>\plugins\launchpad [1.15] netrc_credential_store <bazaar-home>\plugins\netrc_credential_store [1.15] qbzr <bazaar-home>\plugins\qbzr [0.9.9] svn <bazaar-home>\plugins\svn [0.6.1] xmloutput <bazaar-home>\plugins\xmloutput [0.8.4] *** Bazaar has encountered an internal error. Please report a bug at https://bugs.launchpad.net/bzr/+filebug including this traceback, and a description of what you were doing when the error occurred. The smtp I'm using does not require authentication. When I perform a bzr commit I get the error bellow from bzr-email. When I remove the starttls() call it works fine. bzr: ERROR: socket.sslerror: (1, 'error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure') Traceback (most recent call last): File "bzrlib\commands.pyo", line 729, in exception_to_return_code File "bzrlib\commands.pyo", line 924, in run_bzr File "bzrlib\commands.pyo", line 560, in run_argv_aliases File "bzrlib\builtins.pyo", line 2932, in run File "bzrlib\decorators.pyo", line 192, in write_locked File "bzrlib\workingtree_4.pyo", line 226, in commit File "bzrlib\decorators.pyo", line 192, in write_locked File "bzrlib\mutabletree.pyo", line 228, in commit File "bzrlib\commit.pyo", line 407, in commit File "bzrlib\commit.pyo", line 524, in _process_post_hooks File "bzrlib\commit.pyo", line 563, in _process_hooks File "<bzr-home>\plugins\email\__init__.py", line 91, in branch_commit_hook File "<bzr-home>\plugins\email\emailer.py", line 265, in send_maybe File "<bzr-home>\plugins\email\emailer.py", line 200, in send File "<bzr-home>\plugins\email\emailer.py", line 249, in _send_using_smtplib File "<bzr-home>\plugins\email\smtp_connection.py", line 240, in send_text_and_attachment_email File "<bzr-home>\plugins\email\smtp_connection.py", line 201, in send_email File "<bzr-home>\plugins\email\smtp_connection.py", line 66, in _connect File "<bzr-home>\plugins\email\smtp_connection.py", line 84, in _create_connection File "smtplib.pyo", line 605, in starttls File "socket.pyo", line 74, in ssl sslerror: (1, 'error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure') bzr 1.15 on python 2.5.2 (win32) arguments: ['bzr', 'commit', '-m', 'Teste'] encoding: 'cp1252', fsenc: 'mbcs', lang: None plugins: bzrtools <bzr-home>\plugins\bzrtools [1.15] email <bzr-home>\plugins\email [unknown] launchpad <bzr-home>\plugins\launchpad [1.15] netrc_credential_store <bzr-home>\plugins\netrc_credential_store [1.15] qbzr <bzr-home>\plugins\qbzr [0.9.9] svn <bzr-home>\plugins\svn [0.6.1] xmloutput <bzr-home>\plugins\xmloutput [0.8.4] *** Bazaar has encountered an internal error. Please report a bug at https://bugs.launchpad.net/bzr/+filebug including this traceback, and a description of what you were doing when the error occurred.
2009-06-19 06:07:29 Display Name branch linked lp:~renatosilva/bzr-email/ignore-tls
2009-06-19 06:07:49 Display Name branch unlinked lp:~renatosilva/bzr-email/ignore-tls
2009-06-19 06:11:01 Display Name branch linked lp:~renatosilva/bzr-email/ignore-tls
2011-02-14 14:23:53 Jelmer Vernooij bzr-email: status New Triaged
2011-02-14 14:23:55 Jelmer Vernooij bzr-email: importance Undecided Medium
2011-02-14 14:24:24 Jelmer Vernooij bzr-email: assignee Renato Silva (renatosilva)
2011-02-14 14:25:09 Jelmer Vernooij bzr-email: assignee Renato Silva (renatosilva)
2011-02-14 21:05:29 Jelmer Vernooij bzr-email: status Triaged Fix Committed
2011-02-14 21:05:38 Jelmer Vernooij bzr-email: assignee Renato Silva (renatosilva)
2012-03-29 14:35:26 Jelmer Vernooij bzr-email: status Fix Committed Fix Released