On 1/16/08, chubi <[EMAIL PROTECTED]> wrote: > > > Thank you Mike for your reqply, > > I still don't understand where Acegi stands for here. > Shouldn't it facilitate the process of securing channels by a matter of > quick configuration. > I need some detail steps on how enabling SSL in Acegi. > Is there any article describing the whole process of doing it?
ACEGI simply makes sure that certain pages are only accessed over a secure link. I think the problem here is that SSL is not configured in ACEGI itself, but rather in the webcontainer you choose to deploy your web application in, e.g. Tomcat. Details on setting up SSL in Tomcat 5.5 can be found here: http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html Mike Thank you for support. > > -- > View this message in context: > http://www.nabble.com/Appfuse-2-SSL-switching-tp14878223s2369p14880658.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
