Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect path for the cacert.pem on Unix #13

Open
vlatkorun opened this issue Aug 6, 2016 · 1 comment
Open

Incorrect path for the cacert.pem on Unix #13

vlatkorun opened this issue Aug 6, 2016 · 1 comment

Comments

@vlatkorun
Copy link

In the current constructor method the path to the cacert.pem is giving CURL error on Unix:
$this->cacert = getcwd() . '\\cacert.pem

This should be:
$this->cacert = getcwd() . '/cacert.pem

Can you add a setter method for this file?

@latrell
Copy link
Owner

latrell commented Aug 6, 2016

I do a little modification: 7c26ff3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants