我使用 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
同样的解决方法是什么?