-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
SSL verification failed #2
Comments
Thanks for the bug report, is your server using a self signed SSL cert (e.g. not issued from a known authority)? I'd prefer not to hard code the bypass of certificate verification, would a container variable be suffice in this scenario? E.g. |
its using the standard plex.direct cert supplied by plex.tv. as for the bypassing verification i would prefer you didn't hard code it :) and ENV variable is fine. |
@booksarestillbetter the option
|
i attempted to set this up, but my server requires a secure connection, it appears that your code doesn't ignore ssl (in this case using the private returns a plex.direct ssl cert)
The text was updated successfully, but these errors were encountered: