I try to install RVM all day, and all this time I hang up with a whorl that refuses to connect to https://github.com .
Here is my current error: curl: (35) error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm
Here is the log output when I use the verbose flag:
* About to connect() to github.com port 443 (#0) * Trying 192.30.252.130... * Adding handle: conn: 0x100805400 * Adding handle: send: 0 * Adding handle: recv: 0 * Curl_addHandleToPipeline: length: 1 * - Conn 0 (0x100805400) send_pipe: 1, recv_pipe: 0 * Connected to github.com (192.30.252.130) port 443 (#0) * successfully set certificate verify locations: * CAfile: /System/Library/OpenSSL/certs/cacert.pem CApath: none * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS handshake, CERT (11): * SSLv3, TLS alert, Server hello (2): * error:0D0890A1:asn1 encoding routines:ASN1_verify:unknown message digest algorithm * Closing connection 0
I am on a MacBook Pro 2011 running Mavericks (10.9.2). Brew says my curls and my opensl are relevant.
Initially, curl told me that github does not have the proper SSL certificate, but I was finally able to get around this with this command: export CURL_CA_BUNDLE="/System/Library/OpenSSL/certs/cacert.pem"
Any help would be greatly appreciated!
source share