commit | 2a3fb1c8bb7062fcfaf4c695f456ee457c4e65b1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Feb 05 16:47:07 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 06 18:04:08 2015 +0100 |
tree | d50e244d1a6357ad3d6180f039d0e9b3f20328c9 | |
parent | 64e341666279446ed69176e79fc40a26b68b37d6 [diff] |
MINOR: ssl/server: add the "no-ssl-reuse" server option This option disables SSL session reuse when SSL is used to communicate with the server. It will force the server to perform a full handshake for every new connection. It's probably only useful for benchmarking, troubleshooting, and for paranoid users.