<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
    <title>PROTOCOL_SSLv3 - Stikked</title>
    <description>PROTOCOL_SSLv3 - Stikked</description>
    <atom:link href="http://geopaste.scratchbook.ch/view/rss/dd03a563" rel="self" type="application/rss+xml" />
    <link>http://geopaste.scratchbook.ch/</link>
    <language>en</language>
<item>
    <title>Re: PROTOCOL_SSLv3</title>
    <link>http://geopaste.scratchbook.ch/view/e1012e96</link>
    <pubDate>Thu, 10 Jan 2019 09:55:35 +0100</pubDate>
    <dc:creator>Gray Cassowary</dc:creator>
    <guid isPermaLink="false">http://geopaste.scratchbook.ch/view/e1012e96</guid>
    <description><![CDATA[root@box:~# gunicorn --worker-class=gevent --bind=127.0.0.1:8000 --workers=2 --timeout=600 --name=webinterface --chdir=/opt/enigmabox/webinterface wsgi Error: class uri 'gevent' invalid or not found:&#8230;]]></description>
    <content:encoded><![CDATA[<div class="text" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">root@box:~# gunicorn --worker-class=gevent --bind=127.0.0.1:8000 --workers=2 --timeout=600 --name=webinterface --chdir=/opt/enigmabox/webinterface wsgi</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">Error: class uri 'gevent' invalid or not found: </div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">[Traceback (most recent call last):</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; File &quot;/usr/lib/python2.7/site-packages/gunicorn/util.py&quot;, line 139, in load_class</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; mod = import_module('.'.join(components))</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; File &quot;/usr/lib/python2.7/importlib/__init__.py&quot;, line 37, in import_module</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; __import__(name)</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; File &quot;/usr/lib/python2.7/site-packages/gunicorn/workers/ggevent.py&quot;, line 24, in &lt;module&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; from gevent.server import StreamServer</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; File &quot;/usr/lib/python2.7/site-packages/gevent/server.py&quot;, line 6, in &lt;module&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; from gevent.socket import EWOULDBLOCK, socket</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; File &quot;/usr/lib/python2.7/site-packages/gevent/socket.py&quot;, line 659, in &lt;module&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; from gevent.ssl import sslwrap_simple as ssl, SSLError as sslerror, SSLSocket as SSLType</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; File &quot;/usr/lib/python2.7/site-packages/gevent/ssl.py&quot;, line 386, in &lt;module&gt;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; def get_server_certificate(addr, ssl_version=PROTOCOL_SSLv3, ca_certs=None):</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">NameError: name 'PROTOCOL_SSLv3' is not defined</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">]</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
</ol></div>]]></content:encoded>
</item>
</channel>
</rss>
