Skip to content

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

Open
@daronco

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions