Changes between Version 8 and Version 9 of Ticket #1338, comment 3


Ignore:
Timestamp:
07/28/17 15:46:04 (7 years ago)
Author:
uvuv@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1338, comment 3

    v8 v9  
    22
    33new session callback called at SSL_ST_OK, and it after ngx_http_ssl_servername;
    4 ngx_ssl_new_session get ssl context for the current server config, not the default config.
     4but get session callback called before ngx_http_ssl_servername;
     5
     6session cache get ssl context for the current server config, not the default config.
    57
    68I don't think use the origin ssl context is a good idea.
    79
    810The purpose of nginx to get the ssl contex is to get the matched server's shm zone, not the default !!!
    9 The purpose of nginx to get the ssl contex is to get the matched server's shm zone, not the default !!!
    10 The purpose of nginx to get the ssl contex is to get the matched server's shm zone, not the default !!!