https in pylons

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sniipe@gmail.com

    https in pylons

    Hello,

    I have a question about framework pylons - how to run(in paster)
    webpages over https? Is it possible, or not?

    Best regards
  • Graham Dumpleton

    #2
    Re: https in pylons

    On Jul 18, 9:50 pm, sni...@gmail.co m 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

    Comment

    Working...