-
Notifications
You must be signed in to change notification settings - Fork 11
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
Added a way to assign CA certificate path #10
Added a way to assign CA certificate path #10
Conversation
@rotassator I am using this package with Laravel v4.2, we are now getting error saying : "[curl] 60: SSL certificate problem: unable to get local issuer certificate [url] https://api.payway.com.au/rest/v1/single-use-tokens" Now, as a hot fix i have done changes in my server. Downloaded CA cert from : https://curl.haxx.se/docs/caextract.html and assigned it as:
Could you please review and merge it. |
…-restapi into fix/ssl-verification-error
@rotassator I have already tested on our production and it started working, it would be great if you could tag a new release. |
Ping @rotassator I was waiting for this PR to be reviewed and merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
@rotassator the 1.9.0 is not synced to packagist.org yet, do you have web hook setup for automatic syncing or releases and code updates? |
Ah. I'd initially set up the Packagist integration via Github services. They've been deprecated now in favour of webhooks, which I've set up now. Everything should be up to date. Thanks for letting me know. :) |
No description provided.