Here's the websphere guide on how to set up the server for SSL: http://www-4.ibm.com/software/webservers/appserv/doc/v40/ae/infocenter/was/0 6061801a07.html
Here's a link to JSSE, the framework and an implementation of a Java version of the SSL and TLS protocols and includes functionality for data encryption, server authentication, message integrity, and optional client authentication. http://java.sun.com/j2se/1.4/docs/guide/security/jsse/JSSERefGuide.html Justy ----- Original Message ----- From: "VENKATACHALAPATHY Duraiswamy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 30, 2001 4:36 AM Subject: SSL > Hi All: > How do I make a web application running on the websphere application > server as a SSL enabled one? Actually we are using IIS as the web server. > > > Thanks > Venkat > > =========================================================================== > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
