# 0.3 dev branch

# Get CherryPy
from web.wsgiserver import CherryPyWSGIServer

# Set cert and key
CherryPyWSGIServer.ssl_certificate = 'path/mycert.pem'
CherryPyWSGIServer.ssl_private_key = 'path/myprivkey.pem'

# Run your app
myapp.run()


On Apr 8, 3:19 pm, docyes <[EMAIL PROTECTED]> wrote:
> I was curious if a method was available to invoke the
> CherryPyWSGIServer ssl support that I overlooked in the source tree.
>
> On Apr 8, 3:00 pm, bubblboy <[EMAIL PROTECTED]> wrote:
>
> > docyes wrote:
> > > Is there a simple way to run httpserver ashttps(ssl).
>
> > Hook it behind a webserver/proxy that supports it? Or is that not enough..?
--~--~---------~--~----~------------~-------~--~----~
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