We're receiving this error, which seems to be traced back to this gem's use of Typhoeus:
Ethon::Errors::InvalidOption:
The option: disable_ssl_peer_verification is invalid.
Please try ssl_verifypeer instead of disable_ssl_peer_verification.
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
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