Hello friends. At this morning, I update python package using apt-get update && upgrade. The error now is these.
File "/etc/postfix/jabber.py", line 62, in <module> cl.connect(); File "/usr/lib/python2.7/dist-packages/xmpp/client.py", line 205, in connect while not self.TLS.starttls and self.Process(1): pass File "/usr/lib/python2.7/dist-packages/xmpp/dispatcher.py", line 303, in dispatch handler['func'](session,stanza) File "/usr/lib/python2.7/dist-packages/xmpp/transports.py", line 330, in StartTLSHandler self._startSSL() File "/usr/lib/python2.7/dist-packages/xmpp/transports.py", line 309, in _startSSL tcpsock._sslIssuer = tcpsock._sslObj.issuer() AttributeError: '_ssl._SSLSocket' object has no attribute 'issuer' ) 2014-10-16 18:46 GMT-03:00 Lucas Willian Bocchi <[email protected]>: > Dear Cosimo. > > apt-get update && upgrade on my jessie/sid (testing) never updates > these package. Only unstable version have this pkt. > > 2014-10-16 12:58 GMT-03:00 Cosimo Alfarano <[email protected]>: >> >> On 16 Oct 2014, at 14:42, Lucas Willian Bocchi <[email protected]> >> wrote: >> >>> Command output: An error occurred while looking up >>> _xmpp-client._tcp.gbocchi.com.br Traceback (most recent call last): File >>> "/etc/postfix/jabber.py", line 62, in <module> cl.connect(); File >>> "/usr/lib/python2.7/dist-packages/xmpp/client.py", line 205, in connect >>> while not self.TLS.starttls and self.Process(1): pass File >>> "/usr/lib/python2.7/dist-packages/xmpp/dispatcher.py", line 303, in >>> dispatch handler['func'](session,stanza) File >>> "/usr/lib/python2.7/dist-packages/xmpp/transports.py", line 330, in >>> StartTLSHandler self._startSSL() File >>> "/usr/lib/python2.7/dist-packages/xmpp/transports.py", line 308, in >>> _startSSL tcpsock._sslObj = socket.ssl(tcpsock._sock, None, None) >>> File "/usr/lib/python2.7/socket.py", line 64, in ssl return >>> _realssl.sslwrap_simple(sock, keyfile, certfile) File >>> "/usr/lib/python2.7/ssl.py", line 980, in sslwrap_simple ssl_sock = >>> _ssl.sslwrap(sock, 0, keyfile, certfile, CERT_NONE, AttributeError: >>> 'module' object has no attri >>> bute 'sslwrap' ) >> >> Hi Lucas, >> thank you for reporting this issue. >> >> I believe it's related to >> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762010 which should now be >> fixed. Can you try to install the new package and see if it fixes the issue, >> please? >> >> thanks, >> Cosimo. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

