FS#21187 - [pyopenssl] Error while TLS handshake

Attached to Project: Arch Linux
Opened by Zbysek MRAZ (zbyshek) - Monday, 11 October 2010, 09:27 GMT
Last edited by Jan de Groot (JGC) - Thursday, 28 October 2010, 09:51 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ionut Biru (wonder)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Gajim gets disconnected, while trying to do TLS handshake with server. Other clients work.
Printing these tracebacks:

11:23:24 (E) gajim.c.x.tls_nb Error while TLS handshake:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/gajim/common/xmpp/tls_nb.py", line 417, in _startSSL_pyOpenSSL
tcpsock._sslObj.do_handshake()
SysCallError: (101, 'Network is unreachable')
11:23:45 (E) gajim.c.x.tls_nb Error while TLS handshake:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/gajim/common/xmpp/tls_nb.py", line 417, in _startSSL_pyOpenSSL
tcpsock._sslObj.do_handshake()
SysCallError: (110, 'Connection timed out')

Additional info:
extra/gajim 0.14-3
extra/pyopenssl 0.10-3
This task depends upon

Closed by  Jan de Groot (JGC)
Thursday, 28 October 2010, 09:51 GMT
Reason for closing:  Fixed
Comment by Zbysek MRAZ (zbyshek) - Thursday, 28 October 2010, 09:08 GMT
With current version the connections work (extra/gajim 0.14.1-1)

Loading...