I\'m trying to connect to a remote host using cURL. The connection requires the use of a certificate and a private key which is password protected. So far I\'m unsuccessful
Just in case this is useful to others searching for this problem, I ended up discovering that CURLOPT_SSLCERT and CURLOPT_SSLKEY don't seem to work with relative paths.