tls-max.d 663 B

123456789101112131415161718192021222324252627282930
  1. Long: tls-max
  2. Arg: <VERSION>
  3. Tags: Versions
  4. Protocols: SSL
  5. Added: 7.54.0
  6. Requires: TLS
  7. See-also: tlsv1.0 tlsv1.1 tlsv1.2 tlsv1.3
  8. Help: Set maximum allowed TLS version
  9. Category: tls
  10. Example: --tls-max 1.2 $URL
  11. Example: --tls-max 1.3 --tlsv1.2 $URL
  12. ---
  13. VERSION defines maximum supported TLS version. The minimum acceptable version
  14. is set by tlsv1.0, tlsv1.1, tlsv1.2 or tlsv1.3.
  15. If the connection is done without TLS, this option has no effect. This
  16. includes QUIC-using (HTTP/3) transfers.
  17. .RS
  18. .IP "default"
  19. Use up to recommended TLS version.
  20. .IP "1.0"
  21. Use up to TLSv1.0.
  22. .IP "1.1"
  23. Use up to TLSv1.1.
  24. .IP "1.2"
  25. Use up to TLSv1.2.
  26. .IP "1.3"
  27. Use up to TLSv1.3.
  28. .RE