On Jul 18, 9:50 pm, [EMAIL PROTECTED] wrote:
> Hello,
>
> I have a question about framework pylons - how to run(in paster)
> webpages over https? Is it possible, or not?

If Paste server that is uses doesn't already support HTTPS, then run
Pylons under Apache/mod_wsgi, or just run Pylons with Paste server
behind Apache/mod_proxy. In other words, use Apache to handle the
HTTPS side of things.

Graham

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to