PHP執(zhí)行Curl時報錯提示CURL ERROR: Recv failure: Connection reset by peer應(yīng)該如何修復(fù)?
修復(fù):
curl_setopt($c, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($c, CURLOPT_SSL_VERIFYHOST, false);
以上就是“PHP執(zhí)行Curl時報錯提示CURL ERROR: Recv failure: Connection reset by peer應(yīng)該如何修復(fù)?”的詳細內(nèi)容,更多請關(guān)注木子天禾科技其它相關(guān)文章!