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.
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.