gpt4 book ai didi

php - 56 连接后从代理接收到 HTTP 代码 403?

转载 作者:可可西里 更新时间:2023-11-01 00:56:11 26 4
gpt4 key购买 nike

在我的网页上使用 cUrl 生成销售线索时,我收到“连接后从代理收到 56 HTTP 代码 403”错误。该站点的 SSL 证书已过期。

更新:

我的代码如下:

  curl_setopt($curl, CURLOPT_URL, $_url);
curl_setopt($curl, CURLOPT_POST, count($field));
curl_setopt($curl, CURLOPT_POSTFIELDS, $query_data);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_HEADER, 1);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, FALSE);
curl_setopt($curl, CURLOPT_USERAGENT, "cusom module");

最佳答案

添加

AllowCONNECT port[-port] [port[-port]] ...

httpd_proxy.conf 中的 ProxyRequests On 下面

例如:

ProxyRequests On
AllowCONNECT 443 563 5000

5000 是目的地址的端口。

关于php - 56 连接后从代理接收到 HTTP 代码 403?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42572026/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com