I am running Pylons on my locally machine using Paste server. In my
configuration file I have set the following:

use = egg:Paste#http
host = 127.0.0.1
port = 5000
ssl_pem = *

This works for the main page (https://localhost:5000/), however, when I do
any redirect to another page, the page drops port 5000 for 443 but the page
is no longer found. Is there a way to configure the HTTPS port in Paste?
Thanks for your help!

-Vincent

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to