📜  force curl tls - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:31.495000             🧑  作者: Mango

代码示例1
Since version 7.34.0, Curl has options --tlsv1.0, --tlsv1.1 and --tlsv1.2 for this purpose.

curl --tlsv1.2 --tls-max 1.2 ......