I’ve been attempting to get Sonarr running on https:// (SSL) on my Ubuntu 14.04 system. The program runs perfectly on the http port, but when I follow the instructions found Here, creating and converting a self-signed certificate and installing goes fine, but when I turn on SSL and specify the port (443) in settings, as soon as I reboot, I’m unable to access the WebUI on either port.
Running the command “mono --debug /opt/NzbDrone/NzbDrone.exe” spits out the following error:
[Fatal] ConsoleApp: Access denied. This can happen if another instance of NzbDrone is already running or another application is using the port assinged to NzbDrone (default: 8989)
I’ve confirmed that no other instance of Sonarr is running, yet i still have the issue.
Any ideas??