-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Pod install: SSL: certificate verification failed #1682
Comments
I would suggest using cocoapods 1.1 and see if it still happens. There was issue filed for cocoapods here. This is not an issue with the library. |
Same for me in CocoaPods desktop app:
That happens for one pod only, others are OK. BTW, if I execute this curl command manually, it downloads the file without errors. |
Is there any solution for this? |
I think it's about network, nothing wrong with CocoaPods or git |
I would get help from cocoapods if anything. This is not an issue with this library |
check your proxy, VPN, that's usually where the cert messed up. If you are clean, then use another version of pod.. Or use some switch to turn off the check. |
This issue is definitely CocoaPods app related only, if you install CocoaPods with homebrew error won't occur. |
I can confirm what @binovsky said. Using the pod CLI installed via Homebrew does not throw the SSL error. |
I can't install the library via CocoaPods, I am getting:
[!] /usr/bin/git clone https://github.com/danielgindi/Charts.git /var/folders/sr/4rckxqy11nl6n2jmt_00f3vr0000gn/T/d20161019-2029-d3k0of --single-branch --depth 1 --branch v2.3.0
Cloning into '/var/folders/sr/4rckxqy11nl6n2jmt_00f3vr0000gn/T/d20161019-2029-d3k0of'...
fatal: unable to access 'https://github.com/danielgindi/Charts.git/': SSL: certificate verification failed (result: 5)
What happen?
Thanks.
The text was updated successfully, but these errors were encountered: