Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

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 7, 2011
1 parent f91cdf3 commit 8a997c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stud.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,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 8a997c4

Please sign in to comment.