-
Notifications
You must be signed in to change notification settings - Fork 35
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
Issues with curl and ssl: Curl error: SSL certificate problem: unable to get local issuer certificate #1
Comments
Which sort of application are you creating? If it's not a
Please feel free to submit a PR. |
Thanks dude. Yeah, it is a private app. I'll take a look adding the curl param and see if it makes a difference. Cheers |
Finally!! Found the solution to this. It is to do with the Entrust root cert being missing. I basically followed the advice here: https://community.xero.com/developer/discussion/8447428 I'll add the article here just in case it disappears from their server for whatever reason. ####Copy of article
Thanks to the original poster Rown Hicks and thanks @drawmyattention for your support. Right... to work... Cheers |
@movostudios I just ran into this issue myself with a local dev machine. I appreciate you taking the time to post the fix. Cheers |
Hey. Thanks for putting this together. I am having a couple of issue that I am hoping you might be able to help me with?
The first being:
Curl error: SSL certificate problem: unable to get local issuer certificate
I have checked and everything is installed properly on the server and the locations of the SSL key etc is all OK:
cURL is at version 7.37.1
openSSL is installed and enabled
All settings seem OK. Have you experienced this before? I am running this on Homestead. I initially thought this was the issue, so pushed it to the staging server and I have the same issue.
I've also added the paths without the use of
base_path()
and the issue remains.Thanks in advance. I am hoping it is something stupid on my side.
Cheers
The text was updated successfully, but these errors were encountered: