Skip to content

Ethon::Errors::InvalidOption: The option: disable_ssl_peer_verification is invalid #11

@bradwheel

Description

@bradwheel

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions