Sonarr version: 2.0.0.3953
Mono version: 4.2.3 (Stable 4.2.3.4/832de4b Tue Mar 15 11:39:54 EDT 2016)
OS: CentOS 7
Description of issue:
I have a fresh install of Sonarr on CentOS 7. I’m trying to add indexers but Sonarr fails to test with any of them. I add the URL and the API key and then when I click the “Test” button I immediately get “Testing ‘MyIndexerName’ failed” in the bottom right notification popup. This happens with any and all indexers.
Watching the logs while this happens, I don’t see anything be logged at all in terms of testing the indexer. In fact, when I’m clicking test, nothing is being written to the log file at all. Even when debug or trace logging is enabled. I have no idea how to even begin troubleshooting with nothing in the logs to go off.
Any ideas?
EDIT:
Ok more testing appears to indicate the problem occurs when accessing Sonarr through my reverse proxy (NGINX). When connecting to Sonarr by localip:8989, indexer testing works normally and even succeeds. However, when I access Sonarr through my reverse proxy at https://sonarr.example.com, I observe the issue originally described. Not sure how to get it working through the reverse proxy.