On Thu, Oct 27, 2011, Richard Knning wrote:

> Am 27.10.2011 14:09, schrieb Matthias Meixner:
> >
> >Hello!
> >
> >When upgrading to version 0.9.8r my system stopped supporting session 
> >resumption.
> >It looks like session tickets are the reason for this.
> >
> >I was using some external session cache to support session resumption on a 
> >cluster
> >of servers where it should be possible that each server in the cluster can 
> >resume
> >the SSL connection. With the upgrade to version 0.9.8r this stopped working
> 
> Try using something like
> 
> SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET);
> 

Yes that's the easiest option. Alternatively find a way for the servers to
share the same ticket encryption and HMAC keys.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to