mirror of
https://github.com/curl/curl.git
synced 2026-04-26 01:02:12 +03:00
parent
a77d14d22a
commit
f51ffdb35f
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ Protocols: TLS
|
|||
Added: 7.34.0
|
||||
Category: tls
|
||||
Example: --tlsv1.1 $URL
|
||||
See-also: tlsv1.3
|
||||
See-also: tlsv1.3 tls-max
|
||||
---
|
||||
Forces curl to use TLS version 1.1 or later when connecting to a remote TLS server.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Protocols: TLS
|
|||
Added: 7.34.0
|
||||
Category: tls
|
||||
Example: --tlsv1.2 $URL
|
||||
See-also: tlsv1.3
|
||||
See-also: tlsv1.3 tls-max
|
||||
---
|
||||
Forces curl to use TLS version 1.2 or later when connecting to a remote TLS server.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Protocols: TLS
|
|||
Added: 7.52.0
|
||||
Category: tls
|
||||
Example: --tlsv1.3 $URL
|
||||
See-also: tlsv1.2
|
||||
See-also: tlsv1.2 tls-max
|
||||
---
|
||||
Forces curl to use TLS version 1.3 or later when connecting to a remote TLS
|
||||
server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue