Hi Naganda, All you need is to uncomment the SSL definition in the server.xml file : the SSL definition looks like the lines below:
<Connector port="8443" minSpareThreads="5" maxSpareThreads="75" enableLookups="true" disableUploadTimeout="true" acceptCount="100" maxThreads="200" scheme="https" secure="true" SSLEnabled="true" keystoreFile="/home/user/.keystore" keystorePass="yourpass" clientAuth="false" sslProtocol="TLS" /> then change default values by your custom ones especially for the keystoreFile and the kesystorePass. Regards Lassâad Ben Hadj enda inter-arabe On May 19, 11:24 am, "Nagananda Kumar" <[email protected]> wrote: > Hi all, > > I am glad to introduce myself to the list. > > I had a question regarding the SSL implementation. As we are implementing > the same at GK. > > The certificate installation has been complete in the java. > > But we do not know the changes to be made in the tomcat to start using SSL. > The SSL implementation team from the vendor [Verisign] had been saying it Is > easy but now they are unable to do this successfully. > > We assume that some configuration changes have to be made in the server.xml > file in tomcat. We need help on setting up tomcat for using SSL. Also how do > we redirect the user to https incase he uses http for accessing mifos. > > I believe SSL implementation has been done in ENDA > > Can somebody help us out. > > Regards, > > Nagananda Kumar. K.N > > Asst. General Manager [Information Technology] > > Grameen Financial Services Pvt. Ltd > > Avalahalli, Anjanapura Post, > > Bangalore > > Karnataka > > India > > PinCode: 560062 > > Ph: 080-28436237, Fax: 080 28436577 > > Mob: 9845104252 > > Email:[email protected] > > [email protected] > > Website:www.grameenkoota.org > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables > unlimited royalty-free distribution of the report engine > for externally facing server and web > deployment.http://p.sf.net/sfu/businessobjects > > _______________________________________________ > Mifos-users mailing list > [email protected]https://lists.sourceforge.net/lists/listinfo/mifos-users ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Mifos-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-users
