Changes between Version 9 and Version 10 of Ticket #1338, comment 3
- Timestamp:
- 07/28/17 15:46:45 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1338, comment 3
v9 v10 2 2 3 3 new session callback called at SSL_ST_OK, and it after ngx_http_ssl_servername; 4 but get session callback called before ngx_http_ssl_servername; 5 6 session cache get ssl context for the current server config, not the default config. 4 get session callback called before ngx_http_ssl_servername; 7 5 8 6 I don't think use the origin ssl context is a good idea.