tls-max.d 597 B

12345678910111213141516171819202122232425262728
  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. ---
  11. VERSION defines maximum supported TLS version. The minimum acceptable version
  12. is set by tlsv1.0, tlsv1.1, tlsv1.2 or tlsv1.3.
  13. If the connection is done without TLS, this option has no effect. This
  14. includes QUIC-using (HTTP/3) transfers.
  15. .RS
  16. .IP "default"
  17. Use up to recommended TLS version.
  18. .IP "1.0"
  19. Use up to TLSv1.0.
  20. .IP "1.1"
  21. Use up to TLSv1.1.
  22. .IP "1.2"
  23. Use up to TLSv1.2.
  24. .IP "1.3"
  25. Use up to TLSv1.3.
  26. .RE