--- Prasad Keskar <[EMAIL PROTECTED]> wrote:
> But how do u have pages running via the SSL? Do I have do some setting on the
> server side or on the pages so that my transactions are secure.
> PlZ let me know ASAP.

All Browsers are SSL capable already.  All that needs to be done is enable SSL
on they Web Server.  You'd have to consult the docs for your particular Web
Server on how to do this exactly.  Once that is done any time a Browser
connects to the SSL port on your server the pages sent page and forth, be they
html or generated pages, will be encrypted.

> ---------- Original Message ----------------------------------
> From: Alex Cachia <[EMAIL PROTECTED]>
> Reply-To: Alex Cachia <[EMAIL PROTECTED]>
> Date:         Fri, 24 Mar 2000 13:35:01 -0800
>
> >--- "Bragg, James" <[EMAIL PROTECTED]> wrote:
> >> Does anyone have an opinion on the best to incorporate SSL with JSP.
> >
> >I'm leaving it up to the Browser and the Web Server to negotiate the SSL
> >channel.  Anything you send over that channel the world will not be able to
> >see.
> >
> >> Also is it possible to utilize SSL without having a Login Screen.
> >
> >SSL provides you with the Encryption.  If this satisfies your requirement
> then
> >you do not need a Login Screen.  However, if you require your users to be
> >Authenticated then you'll have to provide some sort of credential challenge,
> >typically through Form Based Login Screen.
> >
> >> Sorry, just starting out with JSP and SSL...
> >>
> >> thanks..
> >>
> >> -------------------------------------------------------------------------
> >> James C. Bragg
> >> Senior Software Consultant
> >> Computer Associates International Inc
> >>
> >>
> ===========================================================================
> >> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> >> JSP-INTEREST".
> >> Some relevant FAQs on JSP/Servlets can be found at:
> >>
> >>  http://java.sun.com/products/jsp/faq.html
> >>  http://www.esperanto.org.nz/jsp/jspfaq.html
> >>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >>
> >
> >__________________________________________________
> >Do You Yahoo!?
> >Talk to your friends online with Yahoo! Messenger.
> >http://im.yahoo.com
> >
> >===========================================================================
> >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> >Some relevant FAQs on JSP/Servlets can be found at:
> >
> > http://java.sun.com/products/jsp/faq.html
> > http://www.esperanto.org.nz/jsp/jspfaq.html
> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to