Changes between Version 1 and Version 2 of Ticket #1338, comment 3
- Timestamp:
- 07/28/17 02:07:29 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1338, comment 3
v1 v2 1 Yes, "Session resumption happens in the context of the default server". 2 But nginx config is different between every servers. 3 The ssl ctx reseted by ngx_http_ssl_servername, the session_ctx in nginx connection not modified. 4 5 1 6 Why not reset the session_ctx in ngx_http_ssl_servername() with ssl context together? 2 7 {{{