-
Notifications
You must be signed in to change notification settings - Fork 4
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
Ethon::Errors::InvalidOption: The option: disable_ssl_peer_verification is invalid #11
Comments
It looks like you can load their monkey patch (maybe in an initializer) and
On Thu, Aug 4, 2016 at 5:59 PM bradwheel [email protected] wrote:
|
Another suggestion would be to wrap it in an adapter and stub it in test. On Thu, Aug 4, 2016 at 6:18 PM Dan Langevin [email protected] wrote:
|
We tried the faraday adapter and were unsuccessful in getting it to run. I spent some effort over the weekend looking into it and I think elasticsearch-ruby is the culprit here. I'll keep investigating as time allows. |
Any update here? |
@sameerr25 we have a branch where we switched the underlying adapter to be |
monkey patch worked for me... |
We're receiving this error, which seems to be traced back to this gem's use of Typhoeus:
We've been unable to reproduce this locally, but is breaking all of our builds on CI. After looking into the issue, it's pretty common and is related to some use of the faraday typhoeus adapter. This is especially relevant for us given that we use elasticsearch-ruby, which uses typhoeus and the faraday adapter.
Error documented here:
swagger-api/swagger-codegen#3380
typhoeus/typhoeus#270
elastic/elasticsearch-ruby#72
The text was updated successfully, but these errors were encountered: