Groups
Groups
Sign in
Groups
Groups
web.py
Conversations
About
Send feedback
Help
httpserver as https
10 views
Skip to first unread message
docyes
unread,
Apr 8, 2008, 3:32:14 PM
4/8/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web.py
Is there a simple way to run httpserver as https (ssl).
bubblboy
unread,
Apr 8, 2008, 6:00:25 PM
4/8/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to we...@googlegroups.com
docyes wrote:
> Is there a simple way to run httpserver as https (ssl).
Hook it behind a webserver/proxy that supports it? Or is that not enough..?
docyes
unread,
Apr 8, 2008, 6:19:26 PM
4/8/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web.py
I was curious if a method was available to invoke the
CherryPyWSGIServer ssl support that I overlooked in the source tree.
docyes
unread,
Apr 11, 2008, 6:41:44 PM
4/11/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web.py
# 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()
Reply all
Reply to author
Forward
0 new messages