2011/8/23 W. Martin Borgert <deba...@debian.org>:
> 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 webpy@googlegroups.com.
To unsubscribe from this group, send email to 
webpy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to