File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1010<module name =" Module ngx_http_ssl_module"
1111 link =" /en/docs/http/ngx_http_ssl_module.html"
1212 lang =" en"
13- rev =" 69 " >
13+ rev =" 70 " >
1414
1515<section id =" summary" >
1616
@@ -504,6 +504,17 @@ proxy_set_header Early-Data $ssl_early_data;
504504</example >
505505</para >
506506
507+ <para >
508+ <note >
509+ OpenSSL built-in replay protection is disabled,
510+ because it interferes with session resumption.
511+ It can be turned back if deemed necessary.
512+ </note >
513+ <example >
514+ ssl_conf_command Options AntiReplay;
515+ </example >
516+ </para >
517+
507518</directive >
508519
509520
Original file line number Diff line number Diff line change 1010<module name =" Модуль ngx_http_ssl_module"
1111 link =" /ru/docs/http/ngx_http_ssl_module.html"
1212 lang =" ru"
13- rev =" 69 " >
13+ rev =" 70 " >
1414
1515<section id =" summary" >
1616
@@ -506,6 +506,17 @@ proxy_set_header Early-Data $ssl_early_data;
506506</example >
507507</para >
508508
509+ <para >
510+ <note >
511+ Встроенная в OpenSSL защита от replay-атак отключена,
512+ поскольку это препятствует возобновлению сессий.
513+ При необходимости её можно включить обратно.
514+ </note >
515+ <example >
516+ ssl_conf_command Options AntiReplay;
517+ </example >
518+ </para >
519+
509520</directive >
510521
511522
You can’t perform that action at this time.
0 commit comments