Hi, I am using python 2.5 on Solaris and web2py 1.99.7
I am trying to get https to work with in built web server as per recipe at below link. http://www.web2py.com/AlterEgo/default/show/140 I built ssl module built from source since it was missing in python 2.5 > python web2py.py --nogui -i <external_ip> -p 30000 -c server.crt -k server.key After this, there is no service available via https. On using http, a "bad request" message appears in the browser. This seems similar to issue reported long back, the discussion thread for which doesn't seem to have reached a closure. http://comments.gmane.org/gmane.comp.python.web2py/46045 How to resolve this? thanks & best regards Shivakumar GN