Dear all,

I wrote a pylons application that use a certificate released by
Thawte. Sometimes the paster hangs with the following exception.
Someone can help me to know why happens?

Thanks

Exception happened during processing of request from
('150.217.145.118', 1202)
Traceback (most recent call last):
  File "/proarchive/pyvirt/lib/python2.4/site-packages/Paste-1.7.2-
py2.4.egg/paste/httpserver.py", line 1062, in
process_request_in_thread
    self.finish_request(request, client_address)
  File "/usr/lib/python2.4/SocketServer.py", line 254, in
finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.4/SocketServer.py", line 521, in __init__
    self.handle()
  File "/proarchive/pyvirt/lib/python2.4/site-packages/Paste-1.7.2-
py2.4.egg/paste/httpserver.py", line 436, in handle
    BaseHTTPRequestHandler.handle(self)
  File "/usr/lib/python2.4/BaseHTTPServer.py", line 316, in handle
    self.handle_one_request()
  File "/proarchive/pyvirt/lib/python2.4/site-packages/Paste-1.7.2-
py2.4.egg/paste/httpserver.py", line 425, in handle_one_request
    self.raw_requestline = self.rfile.readline()
  File "/usr/lib/python2.4/socket.py", line 332, in readline
    data = self._sock.recv(self._rbufsize)
Error: [('SSL routines', 'SSL3_GET_RECORD', 'decryption failed or bad
record mac')]

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to