hitrov/oci-arm-host-capacity

error setting the certificate file

ReedGraf opened this issue · 1 comments

The Error:

PHP Fatal error:  Uncaught Hitrov\Exception\CurlException: curl error occurred: error setting certificate file: ./cert/cacert.pem, response:  in C:\Users\username\oci-arm-host-capacity\src\HttpClient.php:31

I've already seen issue #45 and tried my best to follow the stack overflow but the output didn't change.

I'm clueless on how to resolve this issue and I'm hoping you can help. Thank you! ❤️

Nvm just fiured it out. You can't use a relative path for the certificate like ./folder/certificate.pem. It has to be a direct path from the root of the drive as far as I know.