Re: Tomcat SSL handshaking

2007-12-11 Thread Md. Jahid Shohel
--Original Message- > > From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] > > Sent: Friday, December 07, 2007 10:46 AM > > To: Tomcat Developers List > > Subject: Re: Tomcat SSL handshaking > > > > really only one way of doing it. > > In the BIO conn

Re: Tomcat SSL handshaking

2007-12-08 Thread Bill Barker
"Md. Jahid Shohel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > (Sorry for resending the same message. There were some typo. I am > really sorry for resending) > > > First of all Filip and Bill, thanks a lot for such a good suggestion. > Though I still didnt implement, but

Re: Tomcat SSL handshaking

2007-12-08 Thread Md. Jahid Shohel
Hi, (Sorry for resending the same message. There were some typo. I am really sorry for resending) First of all Filip and Bill, thanks a lot for such a good suggestion. Though I still didnt implement, but I will give a try according you said. One more question, can you tell me when the first user

Re: Tomcat SSL handshaking

2007-12-08 Thread Md. Jahid Shohel
> wrote: > > > > -Original Message- > > From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] > > Sent: Friday, December 07, 2007 10:46 AM > > To: Tomcat Developers List > > Subject: Re: Tomcat SSL handshaking > > > > really o

RE: Tomcat SSL handshaking

2007-12-07 Thread Bill Barker
> -Original Message- > From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] > Sent: Friday, December 07, 2007 10:46 AM > To: Tomcat Developers List > Subject: Re: Tomcat SSL handshaking > > really only one way of doing it. > In the B

Re: Tomcat SSL handshaking

2007-12-07 Thread Filip Hanik - Dev Lists
really only one way of doing it. In the BIO connector protocol="org.apache.coytote.http11.Http11Protocol", the handshake happens inside the blocking streams (at the JSSE layer), so I don't think you can control it here. In the APR connector protocol="org.apache.coytote.http11.Http11AprProtocol

Tomcat SSL handshaking

2007-12-07 Thread Md. Jahid Shohel
Hi, I am really sorry to mailing here for such a question. I am mailing here because I didn't get any help from other places. My question is --- How I can take the control of SSL handshaking from tomcat, so that I can do the handshaking process by myself. Regards. Jahid -