[web2py] Re: 1.99.1 and ssl/https

2011-09-25 Thread Massimo Di Pierro
Can you help us debug this? Do you get this error with 1.99.1 and not with 1.98.2? Could it be related to this: http://stackoverflow.com/questions/2538723/ssl-received-a-record-that-exceeded-the-maximum-permissible-length-error-code Massimo On Sep 24, 9:47 pm, Cameron came...@gwnetworks.com

Re: [web2py] Re: 1.99.1 and ssl/https

2011-09-25 Thread Michele Comitini
That error is sometimes associated to misconfiguration. I.e. missing or wrong certs on the server. mic Il giorno 25/set/2011 08:22, Massimo Di Pierro massimo.dipie...@gmail.com ha scritto: Can you help us debug this? Do you get this error with 1.99.1 and not with 1.98.2? Could it be related to

RE: [web2py] Re: 1.99.1 and ssl/https

2011-09-25 Thread Cameron
:22 AM To: web2py-users Subject: [web2py] Re: 1.99.1 and ssl/https Can you help us debug this? Do you get this error with 1.99.1 and not with 1.98.2? Could it be related to this: http://stackoverflow.com/questions/2538723/ssl-received-a-record-that-exceed ed-the-maximum-permissible-length-error-code

[web2py] Re: 1.99.1 and ssl/https

2011-09-25 Thread Massimo Di Pierro
@googlegroups.com [mailto:web2py@googlegroups.com] On Behalf Of Massimo Di Pierro Sent: Sunday, September 25, 2011 2:22 AM To: web2py-users Subject: [web2py] Re: 1.99.1 and ssl/https Can you help us debug this? Do you get this error with 1.99.1 and not with 1.98.2? Could it be related

[web2py] Re: 1.99.1 and ssl/https

2011-09-25 Thread LightDot
I have a development environment set up, based on openvz virtual machines. Basically, I can fire up any linux os in a matter of seconds... Well, minutes, if I need to download the OS template first and than add web2py. Any of the templates are possible:

[web2py] Re: 1.99.1 and ssl/https

2011-09-24 Thread LightDot
Yes, I'm using it. My configuration: Scientific Linux 6.1 in an openvz virtual machine, fully updated python 2.6.6-20.el6 apache 2.2.15-9.sl6.2 using mod_wsgi in daemon mode. I'm using SSL with a self signed cert, standard port 443. So far I have only used the admin app briefly, with

[web2py] Re: 1.99.1 and ssl/https

2011-09-24 Thread pbreit
I had a problem logging in to admin on http. I fixed it by creating the private directory which I think write_hosts_deny expects. I then ran into the version parsing problem but I think that's fixed in a more current changeset. I can't tell if my admin app gets updated when I do hg pull -u?

[web2py] Re: 1.99.1 and ssl/https

2011-09-24 Thread pbreit
I have my errors set to redirect to an app named error.

[web2py] Re: 1.99.1 and ssl/https

2011-09-24 Thread pbreit
I might have fixed mine by reverting this change: http://code.google.com/p/web2py/source/detail?r=07ae0d6cb4792e6ee7c660add78cc8fa0b9c9d13 I don't really get how string interpolation works here. Would this work? myversion = Version 1.97.1 (2011-07-04 00:39:51) {{=Version %s.%s.%s (%s) %