# HG changeset patch # User Sergey Kandaurov # Date 1405674826 -14400 # Node ID 8b4a6b8691ebd0ee6cb0fda9e1438f06d47921d1 # Parent 4984dac109db0e2b46fd02cbf478f5cfaa1e5779 Tests: set ssl_session_cache. This fixes session reuse tests with older OpenSSL, which does not support session tickets. diff --git a/proxy_ssl.t b/proxy_ssl.t --- a/proxy_ssl.t +++ b/proxy_ssl.t @@ -39,6 +39,7 @@ http { ssl_certificate_key localhost.key; ssl_certificate localhost.crt; + ssl_session_cache builtin; location / { add_header X-Session $ssl_session_reused;