Re: [web2py] Re: web2py 1.99.2 is OUT

2011-09-26 Thread Michele Comitini
The error comes from the _ssl.c in python distribution. It would be nice if OpenSSL reports it with some more useful explanation! mic 2011/9/26 Jonathan Lundell : > On Sep 26, 2011, at 10:11 AM, Timothy Farrell wrote: > >> I guess I could expound upon that a little more.  Rocket does not >> all

Re: [web2py] Re: web2py 1.99.2 is OUT

2011-09-26 Thread Jonathan Lundell
On Sep 26, 2011, at 10:11 AM, Timothy Farrell wrote: > I guess I could expound upon that a little more. Rocket does not > allow insecure connections on secure sockets. So if a secure > connection fails for whatever reason it will fail (here > https://github.com/explorigin/Rocket/blob/master/rock

Re: [web2py] Re: web2py 1.99.2 is OUT

2011-09-26 Thread Jonathan Lundell
On Sep 26, 2011, at 9:07 AM, Michele Comitini wrote: > Ross, Jonathan, > > I was the guilty one to put the log line, since I had to debug the new > ssl code which can optionally check for a client submitted x509 cert. > I left it there because IMHO the try/except/pass pattern can be > dangerous a

Re: [web2py] Re: web2py 1.99.2 is OUT

2011-09-26 Thread Michele Comitini
Ross, Jonathan, I was the guilty one to put the log line, since I had to debug the new ssl code which can optionally check for a client submitted x509 cert. I left it there because IMHO the try/except/pass pattern can be dangerous and hide serious low level errors. The specific matter seems to poi

Re: [web2py] Re: web2py 1.99.2 is OUT

2011-09-26 Thread Jonathan Lundell
On Sep 26, 2011, at 8:27 AM, Ross Peoples wrote: > It was the admin application, which should be using HTTPS when you access it > over HTTPS right? I just tried with a test app and the same thing happens. > > I commented out like 518 in rocket.py and that silences the errors, but is > that a go

Re: [web2py] Re: web2py 1.99.2 is OUT

2011-09-26 Thread Ross Peoples
It was the admin application, which should be using HTTPS when you access it over HTTPS right? I just tried with a test app and the same thing happens. I commented out like 518 in rocket.py and that silences the errors, but is that a good thing? There might be another problem here. I just check

Re: [web2py] Re: web2py 1.99.2 is OUT

2011-09-26 Thread Jonathan Lundell
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