Skip to content
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

SSL error when running configure #2698

Closed
haileys opened this issue Oct 13, 2013 · 2 comments
Closed

SSL error when running configure #2698

haileys opened this issue Oct 13, 2013 · 2 comments

Comments

@haileys
Copy link

haileys commented Oct 13, 2013

Rubinius's configure script fails during the "Fetching gems" stage on my OS X 10.8.5 machine with these errors:

Fetching gems...
 ERROR: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
 ERROR: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
 ERROR: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
 ERROR: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
 ERROR: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
 ERROR: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
 ERROR: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
 ERROR: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
 ERROR: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
 ERROR: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
 ERROR: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
 ERROR: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
 ERROR: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
 ERROR: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
Unable to download required gems.
@dbussink
Copy link
Contributor

This is not a Rubinius issue, but a problem with the OS X / Homebrew OpenSSL setup. Afaik there is going to be a workaround in the new Rubygems, but you can also use something like this: https://github.com/raggi/openssl-osx-ca

@dbussink
Copy link
Contributor

Also see rubygems/rubygems#665 and related commits in Rubygems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants