From 041663990b31971445df0092832631d8b9b996b7 Mon Sep 17 00:00:00 2001 From: Kaspar Brand Date: Sat, 12 Sep 2015 15:45:30 +0000 Subject: [PATCH] Remove SSLALPNPreference directive docs (superseded by Protocols/ProtocolsHonorOrder in r1692486/r1695727) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1702645 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ssl.xml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 2a3771c87b..5ca0eea368 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -2672,32 +2672,4 @@ SSLOpenSSLConfCmd SignatureAlgorithms RSA+SHA384:ECDSA+SHA256 - -SSLALPNPreference -Configure protocol preference for Application-Layer Protocol Negotiation (RFC 7301) -SSLALPNPreference protocol-id ... -server config -virtual host -Available if using OpenSSL 1.0.2 or later - - -

This directive overrides preferences by implementations of application-layer -protocols during negotiation. Protocol IDs must be specified in terms of the -"Identification Sequence" from IANA's Application-Layer Protocol -Negotiation (ALPN) Protocol IDs registry. The protocol specified first gets -precedence over later or unspecified protocols. This list is evaluated -against client capabilities.

- -Examples - -SSLALPNPreference h2 spdy/3 - -

For clients which support both protocols, h2 will be selected. For -clients which only support spdy/3, that one will be chosen. If a client -supports only protocol X and there is support for X in httpd, the -negotiation will select X.

-
-
-
- -- 2.40.0