How to make web application more secure with "https"
I heard that, https means the webpage is well secured. I am creating a j2ee application. I want my web app have such secured login page. How to do that?
Member • Jun 13, 2009
Member • Jun 14, 2009
Member • Jul 14, 2009
Member • Jul 14, 2009
Ok I will try that 😀jamyI would highly recommend it. Its not only banking related application specific , but even if someone login to your site he should have secure login other anyone can see your username and password over the wire.
You can create your own self signed certificate if the application is not hosted as commericial site.
You can use utility like openssl. You can mention the SSL key and certificate in the httpd.conf file and restart the apache server . It should start with https mode.
Member • Jul 25, 2009