Skip to content

Disable SSL Verification? #90

@onyxmueller

Description

@onyxmueller

First off, thanks for putting this together!

I see that the Ruby port uses Faraday internally. I am trying to figure out a way to disable the SSL verification that Faraday does. I'm only using my script against my own Plex server and do not need this check to happen. If I had access to a Faraday instance directly, I would do this by passing {ssl: {verify: false}}. Is there I can get this passed down to Faraday through PlexRubySDK? Or some other functional equivalent. Please advise. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions