nghttpx: Add description about error message when TLS protocols do not overlap
This commit is contained in:
parent
0e87d464a2
commit
41710bfc7e
|
@ -1346,7 +1346,10 @@ SSL/TLS:
|
||||||
and TLSv1.0. The name matching is done in
|
and TLSv1.0. The name matching is done in
|
||||||
case-insensitive manner. The parameter must be
|
case-insensitive manner. The parameter must be
|
||||||
delimited by a single comma only and any white spaces
|
delimited by a single comma only and any white spaces
|
||||||
are treated as a part of protocol string.
|
are treated as a part of protocol string. If the
|
||||||
|
protocol list advertised by client does not overlap this
|
||||||
|
list, you will receive the error message "unknown
|
||||||
|
protocol".
|
||||||
Default: )" << DEFAULT_TLS_PROTO_LIST << R"(
|
Default: )" << DEFAULT_TLS_PROTO_LIST << R"(
|
||||||
--tls-ticket-key-file=<PATH>
|
--tls-ticket-key-file=<PATH>
|
||||||
Path to file that contains random data to construct TLS
|
Path to file that contains random data to construct TLS
|
||||||
|
|
Loading…
Reference in New Issue