我正在尝试从我的wordpress向外部api发出请求,但是我收到了这个错误:
cURL错误60:SSL证书问题......:无法获得本地发行人 证书
$response = wp_remote_post($url, array(
'headers' => array('Content-Type' => 'application/json; charset=utf-8'),
'body' => json_encode($data)
));
我已经研究过并看到很多人抱怨同样的错误,但我仍然无法用我找到的解决方案解决任何问题。
我在Plesk Onyx 17.5.3中安装了我的wordpress v4.8.3,让Let的加密ssl确定。
如何解决这个问题?