Re: [web2py] Re: SSL Error on windows [SOLVED]

2010-05-14 Thread Timothy Farrell
The only question is: how do you want that to look? All web2py interfaces currently only take one IP and socket number. I don't think it's wise to assume that if someone wants HTTPS they automatically want HTTP as well (and pick the port for them). You decide how you want the Tk frontend,

[web2py] Re: SSL Error on windows [SOLVED]

2010-05-14 Thread mdipierro
true and there are security advantages to have two processes serve 80 and 443 respectively. Let's think about this some more. On May 14, 7:52 am, Timothy Farrell tfarr...@swgen.com wrote: The only question is: how do you want that to look? All web2py interfaces currently only take one IP and

Re: [web2py] Re: SSL Error on windows [SOLVED]

2010-05-13 Thread Miguel Lopes
On Wed, May 12, 2010 at 7:45 PM, Timothy Farrell tfarr...@swgen.com wrote: This is the error that Jon Lundell's guys found already. Note that it's trying to connect to port 8000 as HTTP. Connect as HTTPS and it should work. Also try upgrading to trunk, that should issue a 400 Bad Request.

Re: [web2py] Re: SSL Error on windows [SOLVED]

2010-05-13 Thread Timothy Farrell
While Rocket supports listening on multiple sockets, web2py does not. You will need to run two separate instances of web2py (one for SSL, one unencrypted) to do what you are asking. -tim On 5/13/2010 1:40 PM, Miguel Lopes wrote: On Wed, May 12, 2010 at 7:45 PM, Timothy Farrell

[web2py] Re: SSL Error on windows [SOLVED]

2010-05-13 Thread mdipierro
Since rocket does it, is there any way we can add support for 80+443 with one rocket and one web2py instance? On May 13, 3:02 pm, Timothy Farrell tfarr...@swgen.com wrote: While Rocket supports listening on multiple sockets, web2py does not.   You will need to run two separate instances of

Re: [web2py] Re: SSL Error on windows [SOLVED] [SOLVED]

2010-05-13 Thread Miguel Lopes
On Thu, May 13, 2010 at 9:02 PM, Timothy Farrell tfarr...@swgen.com wrote: While Rocket supports listening on multiple sockets, web2py does not. You will need to run two separate instances of web2py (one for SSL, one unencrypted) to do what you are asking. -tim Txs for the reply. Always

Re: [web2py] Re: SSL Error on windows

2010-05-12 Thread Miguel Lopes
On Tue, May 11, 2010 at 9:41 PM, mr.freeze nat...@freezable.com wrote: Do you have the win32 extension for Python installed? http://sourceforge.net/projects/pywin32/ On May 11, 3:33 pm, Miguel Lopes mig.e.lo...@gmail.com wrote: On Tue, May 11, 2010 at 7:54 PM, mdipierro

[web2py] Re: SSL Error on windows

2010-05-12 Thread mdipierro
yes please On May 12, 1:16 pm, Miguel Lopes mig.e.lo...@gmail.com wrote: On Tue, May 11, 2010 at 9:41 PM, mr.freeze nat...@freezable.com wrote: Do you have the win32 extension for Python installed? http://sourceforge.net/projects/pywin32/ On May 11, 3:33 pm, Miguel Lopes

Re: [web2py] Re: SSL Error on windows

2010-05-12 Thread Timothy Farrell
This is the error that Jon Lundell's guys found already. Note that it's trying to connect to port 8000 as HTTP. Connect as HTTPS and it should work. Also try upgrading to trunk, that should issue a 400 Bad Request. -tim On 5/12/2010 1:32 PM, mdipierro wrote: yes please On May 12, 1:16

[web2py] Re: SSL Error on windows

2010-05-11 Thread mdipierro
This is concerns me more: WARNING:root:WEB2PY CRON: Disabled because no file locking what os are you using? On May 11, 1:28 pm, Miguel Lopes mig.e.lo...@gmail.com wrote: I followed thewww.web2py.com/AlterEgo/default/show/140in order to generate a self-certified ssl key using OpenSSL for

Re: [web2py] Re: SSL Error on windows

2010-05-11 Thread Miguel Lopes
On Tue, May 11, 2010 at 7:54 PM, mdipierro mdipie...@cs.depaul.edu wrote: This is concerns me more: WARNING:root:WEB2PY CRON: Disabled because no file locking what os are you using? Windows XP I can check the flavour and service pack tomorrow.

[web2py] Re: SSL Error on windows

2010-05-11 Thread mr.freeze
Do you have the win32 extension for Python installed? http://sourceforge.net/projects/pywin32/ On May 11, 3:33 pm, Miguel Lopes mig.e.lo...@gmail.com wrote: On Tue, May 11, 2010 at 7:54 PM, mdipierro mdipie...@cs.depaul.edu wrote: This is concerns me more: WARNING:root:WEB2PY CRON: Disabled

Re: [web2py] Re: SSL Error on windows

2010-05-11 Thread Miguel Lopes
On Tue, May 11, 2010 at 9:41 PM, mr.freeze nat...@freezable.com wrote: Do you have the win32 extension for Python installed? http://sourceforge.net/projects/pywin32/ No. Maybe that's he problem. Tomorrow I'll re-test the thing with pywin32 installed. Miguel