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);

Ciao,
Richard
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to