Re: tomcat + SSL

2008-09-01 Thread George Sexton
You should start by looking at the documentation here: http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html If you have additional questions, you should post those questions on the Tomcat-User list, not the tomcat-developer list. OUJGHA Radouane wrote: Hi all; I hope that you can, help m

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