IIS SSL Encryption handshake information
From: John McClain (jm42163jm_at_yahoo.com)
Date: 11/22/05
- Previous message: Miha Pihler [MVP]: "Re: SSL info"
- Next in thread: David Wang [Msft]: "Re: IIS SSL Encryption handshake information"
- Reply: David Wang [Msft]: "Re: IIS SSL Encryption handshake information"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 22 Nov 2005 13:41:09 -0800
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 am setting IIS to use SSL encryption on the default website. I have a
redirector that forwards request to Tomcat
I wish to call a jsp in Tomcat and pass SSL encrypted data. BUT, to start
the SSL handshake off, I am making a jsp request with the data I wish to be
SSL encrypted.
My question is
If I call a jsp from a browser and pass it some parameters that need to be
sent encrypted, do the parameters get SSL encrypted BEFORE they are sent, or
are they sent clear text, then the SSL Handshake, then all other data sent
is encrypted?
- Previous message: Miha Pihler [MVP]: "Re: SSL info"
- Next in thread: David Wang [Msft]: "Re: IIS SSL Encryption handshake information"
- Reply: David Wang [Msft]: "Re: IIS SSL Encryption handshake information"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|