It is possible to perform a curl request to a website under https if all I have is a pfx? When I run:
curl -k -v --insecure --cert client.pem:1234 --key privkey.pem "https://testurl/service/RESTService/GetCustomers"
I get the error:
failed to import cert file 0x80092002.
There is something wrong with the exported pem and maybe it is causes by the pfx which is not possible to export.