Changes between Version 2 and Version 3 of Ticket #1338, comment 3


Ignore:
Timestamp:
07/28/17 02:20:27 (7 years ago)
Author:
uvuv@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1338, comment 3

    v2 v3  
    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 
    6 Why not reset the session_ctx in ngx_http_ssl_servername() with ssl context together?
    7 {{{
    8 if (sscf->ssl.ctx) {
    9     ......
    10     c->ssl->session_ctx = sscf->ssl.ctx;
    11 }
    12 }}}
     1How to config different shm for servers.