Re: SSL Handshake before parameters sent???

2005-11-22 Thread Bill Barker
"John MccLain" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > We have a servlet that is served by Tomcat. IIS is employed to redirect ot > Tomcat via AJP. IIS is also SSL enabled as our data is sensistive. > > I wish to call a servlet and pass SSL encrypted data. BUT, to start the

RE: SSL Handshake before parameters sent???

2005-11-22 Thread Gary Evesson
Depends how they are sent. Parameters sent in a POST will be encrypted using SSL. No user interaction required. Parameters sent using GET will not be encrypted unless you do it yourself. Gary Evesson Decentrix Inc -Original Message- From: John MccLain [mailto:[EMAIL PROTECTED] Sent: Tu