How do I get paster serve to use SSL?
Question How do I get paster serve to use SSL? Answer I don't think it's possible to get paster serve to serve both HTTP and HTTPS requests at the same time. Ian Bicking seemed interested in a patch to allow ...
Can I wrap lines in the .ini config file?
Yes the .ini file is in standard ConfigParser moduleConfigParser@pylib format, which allows line wrapping when the following line is indented