I have a controller, let's call it CentralController. I want to have the normal home page at index and a few other misc. actions. Since logging in is pretty much a central action, I want it to be in the same controller. I can't quite figure out how I have this action use ssl/https and still have the other actions use normal http.
If I have ssl_pem = somepath/my.pem port = 443 the whole app is ssl. Furthermore, I don't know how this works on the host provider, webfaction, since they issue the port number. Do I need my secure stuff to be handled by a separate app? I have searched but I cannot seem to find something that clearly explains this business. Thanks, Dunderhead -- View this message in context: http://pylons-discuss.1595796.n2.nabble.com/ssl-on-a-single-action-tp5637179p5637179.html Sent from the pylons-discuss mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
