You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rpc-dev@xml.apache.org by Ryan Hoegg <rh...@isisnetworks.net> on 2002/12/04 05:41:06 UTC

Re: SSL Resumption Support

Hi Tim,

I am creating a bug in Bugzilla so we can keep track of this issue and 
patch.  Thanks!

--
Ryan Hoegg
ISIS Networks
http://www.isisnetworks.net

McClure, Timothy J(IndSys, GE Interlogix) wrote:

>Andrew,
>
>Thanks for your reply.  I have attached my class, the original XmlRpcClientLite class and a file containing the differences from a Unix diff command.  The implementation of SSL resumption in JSSE is no more difficult than reusing the same socket factory to create all sockets and doing the SSL handshake on only the first socket created.  It took me some time to figure this out because JSSE is not well documented.
>
>Also in Windows it seemed that the writing of each HTML header line was causing Windows to flush the buffer (maybe because it has a newline at the end).  This effected performance so I changed the class to create the whole message in a string buffer and send it at once.  I realize there may be a more efficient way to do this.  
>
>Do not hesitate to contact me if you have any questions.  The SSL resumption can be tested by setting the system property "java.net.debug=all".  I would appreciate if you kept me as up to date with the changes as possible and when you might release them.
>
>Thanks,
>Tim
>