Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable SSL Verification? #90

Open
onyxmueller opened this issue Mar 13, 2025 · 0 comments
Open

Disable SSL Verification? #90

onyxmueller opened this issue Mar 13, 2025 · 0 comments

Comments

@onyxmueller
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Open Issues
Development

No branches or pull requests

1 participant