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 crashes ruby on windows #80

Closed
bawNg opened this issue Aug 15, 2010 · 2 comments
Closed

SSL crashes ruby on windows #80

bawNg opened this issue Aug 15, 2010 · 2 comments

Comments

@bawNg
Copy link

bawNg commented Aug 15, 2010

HTTPS get requests using em-http-request/head built from its repo crashes ruby on windows.

  • Problem Event Name: APPCRASH
  • Application Name: ruby.exe
  • Application Version: 1.8.7.0
  • Application Timestamp: 4b6e06d8
  • Fault Module Name: rubyeventmachine.so

It appears to be an EventMachine SSL issue. See: http://github.com/igrigorik/em-http-request/issues/closed#issue/47

@luislavena
Copy link
Contributor

Hello,
This is due EventMachine has not been built or compiled with OpenSSL under Windows.

A complete solution is covered here:

http://groups.google.com/group/rubyinstaller/browse_thread/thread/fe647318277b0dd4

And this is also duplicate of Issue #1

@tmm1
Copy link
Contributor

tmm1 commented Nov 24, 2010

This should be fixed with the latest EM 1.0.0.beta.2 gem which you can install using gem install eventmachine --pre

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

No branches or pull requests

3 participants