curl(35)安全卡或令牌不存在

curl(35)安全卡或令牌不存在,curl,ssl,amazon-web-services,amazon-ec2,Curl,Ssl,Amazon Web Services,Amazon Ec2,在流血的心脏openssl补丁发布后,我开始在使用curl通过https获取安全文件时遇到问题。消息是这样的 url: (35) The security card or token does not exist, needs to be initialized, or has been removed. 我尝试使用-k表示不安全,但也不起作用。我通过在curl中使用-ssl3标志解决了这个问题 curl -ssl3 https://someserver.com/somefile 我不知道为

在流血的心脏openssl补丁发布后,我开始在使用curl通过https获取安全文件时遇到问题。消息是这样的

url: (35) The security card or token does not exist, needs to be initialized, or has been removed.

我尝试使用-k表示不安全,但也不起作用。

我通过在curl中使用-ssl3标志解决了这个问题

curl -ssl3 https://someserver.com/somefile
我不知道为什么使用ssl3可以解决这个问题,但至少在AWS linux上是这样