You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that your gem uses Faraday internally. I am trying to figure out a way to disable the SSL verification that Faraday does. I'm only using this script against my own 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 advice. Thanks.
The text was updated successfully, but these errors were encountered:
First off, thanks for putting together this gem!
I see that your gem uses Faraday internally. I am trying to figure out a way to disable the SSL verification that Faraday does. I'm only using this script against my own 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 advice. Thanks.The text was updated successfully, but these errors were encountered: