2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-14 06:40:12 +08:00
|
|
|
Long: no-alpn
|
2016-11-16 21:20:36 +08:00
|
|
|
Tags: HTTP/2
|
2016-11-14 06:40:12 +08:00
|
|
|
Protocols: HTTPS
|
|
|
|
Added: 7.36.0
|
|
|
|
See-also: no-npn http2
|
|
|
|
Requires: TLS
|
2016-11-15 16:08:50 +08:00
|
|
|
Help: Disable the ALPN TLS extension
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: tls http
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --no-alpn $URL
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: boolean
|
2016-11-14 06:40:12 +08:00
|
|
|
---
|
|
|
|
Disable the ALPN TLS extension. ALPN is enabled by default if libcurl was built
|
|
|
|
with an SSL library that supports ALPN. ALPN is used by a libcurl that supports
|
|
|
|
HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
|