Are you able to reproduce this yourself or do you just see this error in the logs [from other users]? I haven't seen this specific error w/ Paste, but I know that sometimes I see similar things in Apache when users try to access an SSL site w/o using https -- e.g. http://mysite:443/. I'm not sure if this is a possible scenario, but wanted to mention the possibility.
Cheers, Hans On Feb 25, 4:10 am, morellik <[email protected]> wrote: > 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.
