apache2 mod_proxy 对 http://urls 工作得很好,但对 https://urls 的 curl 请求却不行

apache2 mod_proxy 对 http://urls 工作得很好,但对 https://urls 的 curl 请求却不行

我使用 apache2 mod_proxy 设置了代理,注意:我没有更改代理端口

When I try curl  -x http://proxyurl:80 -L http://destinationservice.com

现在它可以工作了,但是当我尝试https://destinationservice.com

curl  -x http://proxyurl:80 -L https://destinationservice.com
curl: (56) Received HTTP code 500 from proxy after CONNECT

同样的解决方法是什么?

相关内容