Sorry for potentially wasting time but I'm not getting errors on imports. The exact output I'm getting is:
/usr/lib/python2.4/site-packages/web/wsgiserver/__init__.py:1701: DeprecationWarning: SSL attributes are deprecated in CherryPy 3.2, and will be removed in CherryPy 3.3. Use an ssl_adapter attribute instead. DeprecationWarning Looking at 'netstat', I can see python has only openned 8080, nothing for ssl. On 12 September 2011 12:26, Anand Chitipothu <[email protected]> wrote: > 2011/8/23 W. Martin Borgert <[email protected]>: >> Hi, >> >> I just tried to run my web.py application with 0.36 instead of >> 0.34. Now HTTPS does not work anymore, HTTP is used instead. >> >> The cookbook example http://webpy.org/cookbook/ssl seems to be >> out of date in respect to web.py 0.36. >> >> There are wrong imports in the wsgiserver/ssl* files btw., >> because cherrypy/ does not necessarily exist. >> >> Any hints? TIA! > > Can you please try changing: > > from cherrypy import wsgiserver > > to: > > from web import wsgiserver > > in wsgiserver/ssl* files? > > The wsgiserver code suggests that the old way to specifying SSL > configuration still works. > > Anand > > -- > You received this message because you are subscribed to the Google Groups > "web.py" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/webpy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
