I followed the www.web2py.com/AlterEgo/default/show/140 in order to generate
a self-certified ssl key using OpenSSL for windows(
http://www.slproweb.com/products/Win32OpenSSL.html)

The certificates are in the web2py folder

Running web2py I get this error:

C:\Programas\web2py>c:\python26\python web2py.py -c server.crt -k server.key
-a "<recycle>" -i **.*.*.*** -p 8080
WARNING:root:no file locking
web2py Enterprise Web Framework
Created by Massimo Di Pierro, Copyright 2007-2010
Version 1.77.3 (2010-04-20 02:48:54)
Database drivers available: SQLite3, PostgreSQL
Starting hardcron...
WARNING:root:WEB2PY CRON: Disabled because no file locking
please visit:
        http://**.*.*.***:8080
use "kill -SIGTERM 396" to shutdown the web2py server
WARNING:root:WEB2PY CRON: Disabled because no file locking
ERROR:Rocket.Errors.ThreadPool:Traceback (most recent call last):
  File "C:\Programas\web2py\gluon\rocket.py", line 300, in start
    self._threadpool.queue.put((l.accept(),
  File "c:\python26\lib\ssl.py", line 326, in accept
    suppress_ragged_eofs=self.suppress_ragged_eofs),
  File "c:\python26\lib\ssl.py", line 118, in __init__
    self.do_handshake()
  File "c:\python26\lib\ssl.py", line 293, in do_handshake
    self._sslobj.do_handshake()
SSLError: [Errno 1] _ssl.c:480: error:1407609C:SSL
routines:SSL23_GET_CLIENT_HEL
LO:http request

Any ideas?
Miguel

Reply via email to