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 within workers #204

Closed
paddycarver opened this issue Aug 30, 2012 · 2 comments
Closed

SSL error within workers #204

paddycarver opened this issue Aug 30, 2012 · 2 comments
Labels

Comments

@paddycarver
Copy link
Contributor

We should really get this documented.

/usr/lib/ruby/1.9.1/net/http.rb:799:in `connect': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError) from /usr/lib/ruby/1.9.1/net/http.rb:799:in `block in connect' from /usr/lib/ruby/1.9.1/timeout.rb:68:in `timeout' from /usr/lib/ruby/1.9.1/timeout.rb:99:in `timeout'

Solution:

http.verify_mode = OpenSSL::SSL::VERIFY_NONE

Or try this gem:

https://github.com/stevegraham/certified

@treeder can you verify that this is Ruby-specific? Is this something that every language will have to deal with?

@ghost ghost assigned paddycarver Aug 30, 2012
@treeder
Copy link
Contributor

treeder commented Aug 30, 2012

I'm not sure if it's Ruby specific, we'll have to hear from others if they run into the issue.

@paddycarver
Copy link
Contributor Author

@treeder would iron-io/server_images#23 resolve this/render user-side code changes unnecessary?

@paddycarver paddycarver removed their assignment Jun 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants