Sonarr version (exact version): latest Mono version (if Sonarr is not running on Windows): OS: Linux (Docker) 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: Has anyone gotten HTTPS / SSL to work while running Sonarr in Docker?
I’ve converted my certs to cert/pvk. I enabled HTTPS, but it doesn’t work. I also, don’t know where to tell to grab the certs. They’re just sitting in the config folder.
Mono doesn’t support intermediate certificates, which reduces the ability for Sonarr to expose HTTPS. If you were able to run the commands from the wiki page to enable SSL support in the container, I expect that it wouldn’t work correctly.
At this time our recommendation is to use a reverse proxy to terminate the SSL connection.
We hope to be able to improve this at a later time, but at the moment we’re stuck due to the webserver and mono.
Honestly, I don’t know. I saw a guide for setting up a reverse proxy on Docker with Guac. I actually found out that my server (Synology) has one built in, so I’m using that and all is well.