Hi all, 

my webpy is configured with SSL but server crashes every time when being 
accessed with HTTP protocol..

Here are the stack trace.

Exception in thread CP Server Thread-4:
Traceback (most recent call last):
  File "/usr/lib64/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File 
"/usr/lib/python2.6/site-packages/web.py-0.37-py2.6.egg/web/wsgiserver/__init__.py",
 
line 1375, in run
    conn.communicate()
  File 
"/usr/lib/python2.6/site-packages/web.py-0.37-py2.6.egg/web/wsgiserver/__init__.py",
 
line 1290, in communicate
    req.simple_response("500 Internal Server Error", format_exc())
  File 
"/usr/lib/python2.6/site-packages/web.py-0.37-py2.6.egg/web/wsgiserver/__init__.py",
 
line 811, in simple_response
    self.conn.wfile.sendall("".join(buf))
  File 
"/usr/lib/python2.6/site-packages/web.py-0.37-py2.6.egg/web/wsgiserver/ssl_pyopenssl.py",
 
line 111, in sendall
    *args, **kwargs)
  File 
"/usr/lib/python2.6/site-packages/web.py-0.37-py2.6.egg/web/wsgiserver/ssl_pyopenssl.py",
 
line 61, in _safe_call
    return call(*args, **kwargs)
  File 
"/usr/lib/python2.6/site-packages/CherryPy-3.6.0-py2.6.egg/cherrypy/wsgiserver/wsgiserver2.py",
 
line 1010, in sendall
    bytes_sent = self.send(data)
  File 
"/usr/lib/python2.6/site-packages/web.py-0.37-py2.6.egg/web/wsgiserver/ssl_pyopenssl.py",
 
line 115, in send
    *args, **kwargs)
  File 
"/usr/lib/python2.6/site-packages/web.py-0.37-py2.6.egg/web/wsgiserver/ssl_pyopenssl.py",
 
line 90, in _safe_call
    raise wsgiserver.NoSSLError()
NoSSLError

 How to overcome this?

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to