On Sep 26, 2011, at 7:20 AM, Ross Peoples wrote: > I think SSL is broken (and so is Google Groups as this will be my second > post. The first one didn't seem to make it). I just did a web2py update to > the latest trunk version and haven't done an update since x509 was added. I > think the x509 patch for rocket is what started all of this. I have attached > a screenshot of the error I'm getting from my virtual machine when I start > web2py. Starting web2py takes a long time on SSL. When it finally starts, it > gives an error for every request (and every static file too).
Are these requests (including the static files) http or https? As an experiment, please try commenting out this line (518) in gluon.rocket: self.err_log.error('SSL Error: %s' % traceback.format_exc()) > Just in case the screenshot doesn't attach again, here is the error: > > ERROR:Rocket.Errors.Port8000:SSL Error: Tranceback (most recent call last): > File "/media/psf/Python/web2py/gluon/rocket.py", line 512, in wrap_socket > ssl_version = ssl.PROTOCOL_SSLv23 > File "/usr/lib/python2.6/ssl.py", line 350, in wrap_socket > suppress_ragged_eofs=suppress_ragged_eofs) > File "/usr/lib/python2.6/ssl.py", line 118, in __init__ > self.do_handshake() > File "/url/lib/python2.6/ssl.py", line 293, in do_handshake > self._sslobj.do_handshake() > SSLError: [Errno 8] _ssl.c:480: EOF occurred in violation of protocol > <Screen Shot 2011-09-26 at 10.06.45 AM.png>