On Fri, May 24, 2002 at 04:05:28PM -0700, Bing Zhang wrote: > Hi, > > We are evaluating a web application with applet as front end. It runs well > on our machine with regular http. > > Now we want to run it through SSL. If the front end are pure html pages, we > are not concerned since the web browser will take care the SSL issue and > encrypt the traffic automatically. But because the front end is applet, we > are not sure. Will browser take care of the enryption automatically? or in > short, do we only need to configure our web server to run SSL, there is no > modification on both server and applet code?
Does the applet do any HTTP requests to the server it came from? If so, you may have problems if the applet has hardcoded "http://..." URLs, instead of using getDocumentBase() to determine 'http' or 'https'. --Jeff > Thanks > > Bing -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
