"Artigas, Ricardo Y." wrote:
>
> Is it possible to enforce a secure link between an applet and a servlet?
>
Most of the browsers give your applets SSL for free (they
use the browser's implementation, you don't need to
download anything extra, just use an https URL). Check:
<URL:http://www.jguru.com/jguru/faq/view.jsp?EID=24672>
there's (probably, I didn't look this time) more stuff
about this in the archives, especially about how to set
up the servlet-side of things.
Unfortunately, there's no 100% guarantee that all
browsers will provide this to applets (so test it on
the browsers you expect your users to use) and of
course your servlet container needs to support SLL.
-cks
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html