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

KeyError (key not found: :ciphers) #49

Open
mangeshdevare opened this issue Apr 13, 2017 · 2 comments
Open

KeyError (key not found: :ciphers) #49

mangeshdevare opened this issue Apr 13, 2017 · 2 comments

Comments

@mangeshdevare
Copy link

The gem was working fine initially but I had to clear a gemlock file. I ran bundle install and afterwards this error is popping for all methods.
My code :
image

server log:
image

@jsmartt
Copy link

jsmartt commented Apr 23, 2019

BTW, this is still an issue for me. One workaround I found here was to add the following code before any Yammer API requests:

OpenSSL::SSL::SSLContext::DEFAULT_PARAMS[:ciphers] = OpenSSL::SSL::SSLContext.new.ciphers

It appears the issue may be fixed in rest-client >= v2.0.1, but this gem currently specifies that it depends on v1.8.0. I wonder if a PR to update the dependency would fix the issue without the workaround. It would be nice if a maintainer would merge #54, which does this very thing.

@talha-diverst
Copy link

Still an issue for us as well.

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

3 participants