Webui doesn't load on SSL

Nzbdrone version: 2.0.0.3732
System Information:
Operating System: Ubuntu 64-bit
Browser: Chrome
Mono Version: 3.2.8
Logs: http://pastebin.com/ybF44d17

I followed the guide on the wiki to enable SSL, but Chrome only gives me the error “ERR_CONNECTION_CLOSED”. The webui doesn’t load, however using HTTP with port 8989 it does load. I can also see that it is listening on port 9898. Would appreciate any help.

A couple things to do/try:

  1. Upgrade mono, need 3.10 or higher (the 0 is significant)
  2. Try another browser

Unfortunately mono doesn’t (yet) support newer SSL ciphers and Chrome has begun blocking old ones to prevent misuse, which means Chrome is often unable to connect and terminates the SSL connection. Firefox might be doing the same. An alternative would be to use a reverse proxy to handle the SSL termination, though not ideal.

I upgraded mono to version 4.2.2 and I can’t use the command httpcfg to import the pvk. I currently get an SSL error which makes sense.

[Edit] I can use httpcfg and I have imported the pvk to port 9898 and I get an SSL error. Sorry for the confusion above.

SSL error when opening the page?

I didn’t see your reply. Yes, Chrome’s new error message is

"SSL connection error

ERR_SSL_PROTOCOL_ERROR""

Sounds like its working, but being rejected by Chrome, not sure if that can be disabled, but try another browser.

It doesn’t work in Chrome or Edge. I also had a friend try on his Chrome and Edge, and Chrome gave the same error, but his Edge crashed. My mobile Chrome asks me to install a cert to my phone which I’ve never seen before.

[Edit] I went to bed and took a look at it today. I was misreading everything. I had to generate an authentication certificate which I have done and installed. Sorry for creating a pointless thread. Thank you for your time and help though

Do you buy SSL certificates for each subdomain if I may ask?

I didn’t buy any SSL certs. I use self-signed ones because I’m pretty much the only person that accesses these services on my HTPC.

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