Sonarr version (exact version):2.0.0.4472 Mono version (if Sonarr is not running on Windows): 4.6.2 (Stable 4.6.2.7/08fd525 OS: Synology DS412+ ((Debug logs)): (Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here) Description of issue:
I can’t get SSL to work in Sonarr.
I followed the Wiki, but it doesn’t work.
I run Sonarr as the user “apps” and followed these steps:
I converted my “server.cert” to “server.pvk” with the PVK Conversion Tool
I put the 2 files in “/volume1/@appstore/nzbdrone/var/”
With putty I ran this command: su apps -c "/volume1/@appstore/mono/bin/httpcfg -add -port 9898 -pvk /volume1/@appstore/nzbdrone/var/server.pvk -cert /volume1/@appstore/nzbdrone/var /server.crt"
I restarted Sonaar (SSL was already enabled with port 9898)
I’m curious about the start up of Sonarr and any requests to the HTTPS port, the rest of it is irrelevant here, though I don’t see the same error mentioned in the other thread.
At the moment yes, the webserver Sonarr uses is limited by Mono’s SSL support which is rejected by browsers now as it’s insecure.