Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
curl: (60) SSL certificate problem: unable to get local issuer certificate #2208
Comments
|
start with running: \curl -L https://get.rvm.io | bash -s head --debugit will provide more details about the installation process and we can continue fixing from there |
scaryguy
commented
Sep 16, 2013
|
Hi, sorry for late response. I installed RVM but I even don't remember how I did it... I tried hundreds of ways to do it... But now whenever I try to get stable I get this: scaryguy@ubuntu:~/Sites/pop10haber$ rvm get stable --debug
Running(6): curl --fail --location --max-redirs 10 https://get.rvm.io
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 184 100 184 0 0 7 0 0:00:26 0:00:23 0:00:03 210
100 184 100 184 0 0 4 0 0:00:46 0:00:45 0:00:01 4curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
More details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
RVM reloaded!
__rvm_rm_rf already gone: /home/scaryguy/.rvm/tmp/6843*
I opened a question at Stack Over Flow too... |
scaryguy
commented
Sep 16, 2013
|
Well okay, THANKS GOD I think I've figured it out! All I have to do is downloading http://curl.haxx.se/ca/cacert.pem to my home directroy and adding this line :
Now I can update RVM! I'm not able to use my AWS gem to upload pictures yet but... Well.. I guess I'm close! |
scaryguy
closed this
Sep 16, 2013
|
this kind of things should not happen on standard system kept up to date, are you sure you trieed updating system before running this? |
scaryguy
commented
Sep 17, 2013
|
If you mean I have been trying to install Ubuntu as a regular operating system since a week... No way. Always I was gone on a problem... I tried both 12.04 and 13.04 and each time I had a different problem. But This CA Bundle problem always happened. |
|
@rys does it make any sense to you - the @scaryguy are you sure you did no manual non standard steps? (like installing another copy of |
scaryguy
commented
Sep 17, 2013
|
All I did was ordinarily installing curl via Once I read that cURL does not include ca-certificates anymore but no idea about the which timeframe was mentioned. |
|
the curl you install via |
ekingery
referenced this issue
in ekingery/hushmail-automatic-login
Feb 28, 2015
Closed
[curl] SSL certificate problem: unable to get local issuer certificate #4
salsa-dev
commented
Jul 21, 2015
|
To whom it may concern (POSSIBLE SOLUTION): |
scaryguy commentedSep 15, 2013
Hi there...
Ubuntu 13.04 here.
I'm trying to install RVM using your script but I get this error:
I googled a lot. I even found your support page about it but whenever I try to use
sudo apt-get install ca-certificates, it says that's already installed.I don't want to use
-koptions since I heard that this issue can affect connection between rubygems.org too.