Can't setup SSL in Sonarr

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:

  1. I converted my “server.cert” to “server.pvk” with the PVK Conversion Tool
  2. I put the 2 files in “/volume1/@appstore/nzbdrone/var/”
  3. 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"
  4. I restarted Sonaar (SSL was already enabled with port 9898)
  5. I port forwarded port 9898 in router

It just won’t connect… Can anyone help me?

What do the logs show?
Very likely your browser is rejecting it because mono’s SSL support is lacking (at least on the server side now).

Possibly related:

Here’s my debug log: https://www.dropbox.com/s/axk6k9yluw4d6io/sonarr.debug.all.txt?dl=0

As I read the other post, it seems it is a problem with Mono and the only solution is to set a reverse proxy?

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.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.