mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
parent
a77d14d22a
commit
f51ffdb35f
@ -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…
Reference in New Issue
Block a user