-
Notifications
You must be signed in to change notification settings - Fork 94
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
Can't connect #118
Comments
I've had no luck on 1.9.3. I'm running earthquake on 1.9.2 with a rvm wrapper:
|
I'm getting the same error on Debian with ruby 1.9.2 (I've updated the main as well). On OSX it works just fine. |
Just FYI, I'm using Debian GNU/Linux unstable (x86_64),
|
This occured in (too ?) old environment. Hope this helps.
|
I have same problem. |
I found the source of this problem. I could fix this error by install openssl via rvm and re-install ruby, as shown in README. |
It looks like an EventMachine/SSL problem, somewhat related to this issue.
So I made a little change to ext.rb:
(before that earthquake would just crash with the same error as in the mentioned EM issue)
...and now I get this:
OS: Debian Squeeze
Ruby 1.9.3 and 1.9.2
Earthquake version 0.8.5 and up
The text was updated successfully, but these errors were encountered: