2014-04-18 35 views
0

在流血的心臟openssl補丁發佈後,我開始有問題使用curl通過https獲取安全文件。該消息讀取。捲曲(35)安全卡或令牌不存在

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

我嘗試使用-k不安全,但也沒有工作。

回答

0

我使用curl中的-ssl3標誌解決了問題。

curl -ssl3 https://someserver.com/somefile 

我不確定爲什麼使用ssl3解決了這個問題,但它至少在AWS上運行。