<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>14.10 on Karpoke - Just Another Blog</title><link>http://karpoke.ignaciocano.com/tags/14.10/</link><description>Recent content in 14.10 on Karpoke - Just Another Blog</description><generator>Hugo -- 0.159.0</generator><language>es</language><lastBuildDate>Tue, 03 Feb 2015 00:50:00 +0100</lastBuildDate><atom:link href="http://karpoke.ignaciocano.com/tags/14.10/index.xml" rel="self" type="application/rss+xml"/><item><title>Solucionado el error «AttributeError: '_ssl._SSLSocket' object has no attribute 'issuer'» en Ubuntu Utopic Unicorn</title><link>http://karpoke.ignaciocano.com/2015/02/03/solucionado-el-error-attributeerror-_ssl-_sslsocket-object-has-no-attribute-issuer-en-ubuntu-utopic-unicorn/</link><pubDate>Tue, 03 Feb 2015 00:50:00 +0100</pubDate><guid>http://karpoke.ignaciocano.com/2015/02/03/solucionado-el-error-attributeerror-_ssl-_sslsocket-object-has-no-attribute-issuer-en-ubuntu-utopic-unicorn/</guid><description>&lt;p&gt;Si al usar la librería de Python para XMPP nos aparece el error:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;Traceback (most recent call last):
File &amp;#34;./test_xmpp.py&amp;#34;, line 12, in
cl.connect()
File &amp;#34;/usr/lib/python2.7/dist-packages/xmpp/client.py&amp;#34;, line 205, in connect
while not self.TLS.starttls and self.Process(1): pass
File &amp;#34;/usr/lib/python2.7/dist-packages/xmpp/dispatcher.py&amp;#34;, line 303, in dispatch
handler[&amp;#39;func&amp;#39;](session,stanza)
File &amp;#34;/usr/lib/python2.7/dist-packages/xmpp/transports.py&amp;#34;, line 330, in StartTLSHandler
self._startSSL()
File &amp;#34;/usr/lib/python2.7/dist-packages/xmpp/transports.py&amp;#34;, line 309, in _startSSL
tcpsock._sslIssuer = tcpsock._sslObj.issuer()
AttributeError: &amp;#39;_ssl._SSLSocket&amp;#39; object has no attribute &amp;#39;issuer&amp;#39;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;parece que es debido a un &lt;a href="https://github.com/eventlet/eventlet/issues/124#issuecomment-68836258"&gt;fallo en dicha librería&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>