Skip to content

Commit

Permalink
Disable tls tickets using multiple host sharing session.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emeric committed Nov 8, 2011
1 parent a85f71d commit 7191c81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stud.c
Expand Up @@ -641,6 +641,9 @@ static SSL_CTX * init_openssl() {
exit(1);
}

/* Force tls tickets cause keys differs */
SSL_CTX_set_options(ctx, SSL_OP_NO_TICKET);

if (*shcupd_peers) {
shsess_set_new_cbk(shcupd_session_new);
}
Expand Down

0 comments on commit 7191c81

Please sign in to comment.