我有一个客户使用 Drupal Akamai 模块来管理他们网站的缓存。当删除某个内容类型时,客户端报告偶尔会发生以下一组错误,但是,我怀疑它不限于特定的内容类型。
warning: SoapClient::__doRequest: SSL: connection timeout in /path/to/akamai/akamai.class.inc on line 85
warning: SoapClient::__doRequest: SSL: Failed to enable crypto in /path/to/akamai/akamai.class.inc on line 85
warning: SoapClient::__doRequest: SSL: connect() failed: Unspecified error in /path/to/akamai/akamai.class.inc on line 85
引用的行是对 SoapClient 的 wsdl 中定义的方法的调用
$response = $ccuapi->purgeRequest($name, $pwd, $network, $opt, $uris);
我已经到处搜索了为什么会发生这种情况。虽然我已经学到了很多东西来寻找这个,但我不是肥皂专家。非常感谢任何见解。