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 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: