I can’t get SSL to work.
When I try to access https://192.168.1.82:9898/ on Chrome I get ERR_CONNECTION_RESET
I am using Windows 7.
Sonarr version: 2.0.0.3357
Branch: master
I converted the crt and key file I use for couch potato into a pfx file using openssl.
openssl pkcs12 -export -out temp.pfx -inkey host.key -in host.crt
I then installed this pfx file into the Personal store using the windows wizard all settings default apart from I marked the key as portable.
Next I enabled SSL in Sonarr and pasted in the hash / thumbprint making sure there weren’t any phantom characters.
When I open certmgr.msc it only shows certificates for the current user. The problem is the certificate must be in the local machine store to be successfully binded with the port. In order to access the local machine store I had to create a new windows management console.
Start → Run: mmc.exe
Menu: File → Add/Remove Snap-in…
Under Available snap-ins, select Certificates and press Add.
Select Computer Account for the certificates to manage. Press Next.
Select Local Computer and press Finish.
Press OK to return to the management console.
Importing the pfx file into the personal store there fixed it.