#2103
[How-To] curl
cURL HTTPS with client certificate :
curl --key ./mykey.key --cert ./mycert.pem -H "X-Requested-With:curl" -v https://target.com
-k to avoid Server certificate check
Send data using curl
curl -X POST "https://target" --data "user_id=2&group=3"
Apache : reverse proxy https | Vincent Liefooghe [How-To] Certificate
Comments are currently closed.