I have proxy setup with apache2 mod_proxy, Note: I did not change proxy port
When I try curl -x http://proxyurl:80 -L http://destinationservice.com
Now it works, but when i try with https://destinationservice.com
curl -x http://proxyurl:80 -L https://destinationservice.com
curl: (56) Received HTTP code 500 from proxy after CONNECT
whats the fix for the same.