Hello! Its just one small thing that bugs me.
I've set my web.py app to work with https protocol (by setting
CherryPyWSGIServer.ssl_certificate and
CherryPyWSGIServer.ssl_private_key), but still it outputs http:// in
console.

ex: running
 ./code.py 23301
outputs
http://0.0.0.0:23301/
but should be
https://0.0.0.0:23301/

hope you got me :) i'm using web.py 0.3


Andrei

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to