Page 1 of 1
[1.1.0RC3] HTTPS broken on Firefox 48
Posted: August 13th, 2016, 6:48 am
by ambiance
It works with it off, but when turned on I receive: An error occurred during a connection to 127.0.0.1:9090. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG
Re: [1.1.0RC3] HTTPS broken on Firefox 48
Posted: August 13th, 2016, 7:16 am
by safihre
Can you confirm that if you switch back to RC2 there is no error?
Re: [1.1.0RC3] HTTPS broken on Firefox 48
Posted: August 13th, 2016, 7:21 am
by ambiance
Same thing with RC2.
Re: [1.1.0RC3] HTTPS broken on Firefox 48
Posted: August 13th, 2016, 7:24 am
by shypike
Clean Firefox's cache.
Re: [1.1.0RC3] HTTPS broken on Firefox 48
Posted: August 13th, 2016, 7:32 am
by ambiance
No change.
Re: [1.1.0RC3] HTTPS broken on Firefox 48
Posted: August 13th, 2016, 8:31 am
by sander
I would try this:
stop SABnzbd
in the directory .sabnzbd/admin (or what it is on your OS): move server.cert and server.key to another place
start SABnzbd
... does that solve it?
Re: [1.1.0RC3] HTTPS broken on Firefox 48
Posted: August 13th, 2016, 9:13 am
by ambiance
Tried several times with RC2 and with RC3 with no change.
Edit: FWIW I'm using Windows 10 x64, Firefox 48 x64
Re: [1.1.0RC3] HTTPS broken on Firefox 48
Posted: August 13th, 2016, 12:05 pm
by sander
What do Chrome and IE/Edge say?
Re: [1.1.0RC3] HTTPS broken on Firefox 48
Posted: August 13th, 2016, 1:13 pm
by ambiance
This site can’t provide a secure connection
127.0.0.1 sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
Re: [1.1.0RC3] HTTPS broken on Firefox 48
Posted: August 13th, 2016, 3:07 pm
by sander
ambiance wrote:This site can’t provide a secure connection
127.0.0.1 sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
Please read
https://aboutssl.org/fix-google-chrome- ... ocol_error
Re: [1.1.0RC3] HTTPS broken on Firefox 48
Posted: August 13th, 2016, 5:22 pm
by ambiance
I tried deleting sabnzbd.ini and sure enough it works without issue.
Re: [1.1.0RC3] HTTPS broken on Firefox 48
Posted: September 25th, 2016, 12:56 pm
by shlub
ambiance wrote:I tried deleting sabnzbd.ini and sure enough it works without issue.
Confirmed for 1.1 GA, delete (or move and merge contents later) sabnzbd.ini file under \AppData\Local\sabnzbd and it will operate normally. If you do not merge SELECT ini file contents later, you will need to go through setup again.
Re: [1.1.0RC3] HTTPS broken on Firefox 48
Posted: September 25th, 2016, 2:09 pm
by sander
If you mix up HTTP and HTTPS, Chrome will say:
This site can’t provide a secure connection
127.0.0.1 sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
So, good (default ports):
http://127.0.0.1:8080/sabnzbd/
https://127.0.0.1:9090/sabnzbd/
You get the above error if you try to use this mixed up, incorrect URLs:
https://127.0.0.1:8080/sabnzbd/
http://127.0.0.1:9090/sabnzbd/
In other words: If you get the error above, re-check your URL: HTTP/HTTPS and port.