# HG changeset patch # User Sergey Kandaurov # Date 1393342161 -14400 # Node ID de2f7e86866e725d03ebb6dba34ac3945a742429 # Parent ba95a443ff1f6efa46d96391a42e6e4b1395db96 Tests: disabled session tickets. This is a workaround for session reuse issues seen with older openssl. diff --git a/ssl.t b/ssl.t --- a/ssl.t +++ b/ssl.t @@ -53,6 +53,7 @@ http { ssl_certificate_key localhost.key; ssl_certificate localhost.crt; ssl_session_cache shared:SSL:10m; + ssl_session_tickets off; location /reuse { return 200 "body $ssl_session_reused";