no-npn.d 425 B

1234567891011121314
  1. Long: no-npn
  2. Tags: Versions HTTP/2
  3. Protocols: HTTPS
  4. Added: 7.36.0
  5. Mutexed:
  6. See-also: no-alpn http2
  7. Requires: TLS
  8. Help: Disable the NPN TLS extension
  9. Category: tls http
  10. Example: --no-npn $URL
  11. ---
  12. Disable the NPN TLS extension. NPN is enabled by default if libcurl was built
  13. with an SSL library that supports NPN. NPN is used by a libcurl that supports
  14. HTTP/2 to negotiate HTTP/2 support with the server during https sessions.