As i mentioned last time, iīm writing an AJP Client for our server. Now that ajp13 supports ssl, I want to implement it, too. But I donīt really understant how this will work.
I first thought about an Inet-socket-ssl connection to Tomcat where the whole AJP Request will be ssl encrypted. But then I remembered the isssl flag within the AJP Protocol, so I thought, that maybe only the http headers are ssl encrypted (somekind of tunneling the http headers from the browser to Tomcat without decryption between). But that wonīt work because I have to encode the Strings of the http headers (key,value). So, could you tell me how it works? Many thanks, Gernot -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>