the ajp13 protocol does not support ssl.  the "isssl" flag you are refering to is 
probably the ajp request attribute that indicates whether or not the request to the 
web server was using https.

> -----Original Message-----
> From: Gernot Lepuschitz [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, August 22, 2002 7:59 AM
> To: [EMAIL PROTECTED]
> Subject: AJP13,Tomcat404 and SSL
> 
> 
> 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:tomcat-dev-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to