2011/9/12 Joseph Price <pricech...@ubuntu.com>:
> 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

That is a warning,  nothing to worry about it. CherryPy WSGIserver has
added a new way to pass these parameters and the old way has been
deprecated.

> Looking at 'netstat', I can see python has only openned 8080, nothing for ssl.

8080 is the default port. Try accessing https://localhost:8080/ or
pass 443 as argument to your script.

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