Re: extend openssl to cache SSL state

2008-04-30 Thread Paul Sheer
Hi Can I ask exactly why you want two processes to share the same session? I am working on an ssl offloading application which acts as an SSL terminator and spits out plain-text HTML to several machines over which it can load balance. It works well, and it starts multiple processes - but at not

Re: extend openssl to cache SSL state

2008-04-30 Thread Aoon Vaode
:38:19 PM Subject: Re: extend openssl to cache SSL state Hi Can I ask exactly why you want two processes to share the same session? I am working on an ssl offloading application which acts as an SSL terminator and spits out plain-text HTML to several machines over which it can load balance

extend openssl to cache SSL state

2008-04-29 Thread Aoon Vaode
hola,   i have two processes which want to share a same SSL session. from the past posts it appears that there is no solution available to this problam http://www.mail-archive.com/[EMAIL PROTECTED]/msg52220..html   as the link above said, I plan to extend openssl to provide this support as i it.