Sonarr version (exact version): 3.0.1.441 Mono version (if Sonarr is not running on Windows): 5.20.1.19 OS: Docker Debug Logs: https://pastebin.com/raw/eNA26abG Description of issue: Connections to PMS do not work when Plex is set to require secure connections. I’ve added my debug log but removed my client id and token from the URL.
Note: I am using the default Plex cert, I am not using my own certificate in Plex. Someone else is not having this issue using their own cert. I suspect this might have to do with the URL formatting, it does not appear to use the plex direct address when I have it set to required.
Steps taken:
Open PMS connection configuration modal (change nothing)
You need to tell Sonarr to connect over https… with Use SSL in Sonarr’s PMS settings. If you use localhost or 127.0.0.1 the certificate validation will fail unless you turn off certificate validate for local addresses in Sonarr.
I tried that but had the same issues. I’ve tried using the actual server IP of 192.168.0.10 as well as the internal container IP in Docker of 172.17.0.1. Both with and without SSL still fails.
I have not tampered with certificate validation in Sonarr but based on your answer it seems like I shouldn’t have to for my test cases.