我使用 Tcl 脚本从几个 API 中提取,突然之间一些 API 停止工作。例如:
set data [http_call_get https://api.vineapp.com/timelines/popular?page=1&anchor=1]
以错误响应:
SSL 通道“sock624”:错误:sslv3 警报握手失败
奇怪的是,来自不同站点的五个 API 中有两个在一个小时内或彼此停止工作,所以我觉得与绑定的 tls1.6.3.1 tcl 包的兼容性发生了一些变化 "::http::register https 443 : :tls::socket"
我在三台不同的机器上试过(2 x Windows 和一个 ubuntu 盒子)。