Skip to content

Add option to accept self-signed certificates when making API calls #24

Description

@daronco

Used mostly for development/testing, but it would be useful to have it, since right now it's not possible at all to make API requests to servers that have untrusted certificates.

It can be done with something like:

require 'net/https'
...
http.verify_mode = OpenSSL::SSL::VERIFY_NONE

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions