Re: Tomcat SSL handshaking

2007-12-11 Thread Md. Jahid Shohel
f the bytes that get sent > > over the network. The code for this would be > > org/apache/tomcat/util/net/SecureNioChannel.java, look at the > > handshake > > method > > > > http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apa > > che/tomcat/util

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
connector that actually gets hold of the bytes that get sent > > over the network. The code for this would be > > org/apache/tomcat/util/net/SecureNioChannel.java, look at the > > handshake > > method > > > > http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/jav

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 -