[1.1.0RC3] HTTPS broken on Firefox 48
Forum rules
Help us help you:
Help us help you:
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
[1.1.0RC3] HTTPS broken on Firefox 48
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
Can you confirm that if you switch back to RC2 there is no error?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: [1.1.0RC3] HTTPS broken on Firefox 48
Same thing with RC2.
Re: [1.1.0RC3] HTTPS broken on Firefox 48
Clean Firefox's cache.
Re: [1.1.0RC3] HTTPS broken on Firefox 48
No change.
Re: [1.1.0RC3] HTTPS broken on Firefox 48
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?
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
Tried several times with RC2 and with RC3 with no change.
Edit: FWIW I'm using Windows 10 x64, Firefox 48 x64
Edit: FWIW I'm using Windows 10 x64, Firefox 48 x64
Re: [1.1.0RC3] HTTPS broken on Firefox 48
What do Chrome and IE/Edge say?
Re: [1.1.0RC3] HTTPS broken on Firefox 48
This site can’t provide a secure connection
127.0.0.1 sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
127.0.0.1 sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
Re: [1.1.0RC3] HTTPS broken on Firefox 48
Please read https://aboutssl.org/fix-google-chrome- ... ocol_errorambiance wrote: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
I tried deleting sabnzbd.ini and sure enough it works without issue.
Re: [1.1.0RC3] HTTPS broken on Firefox 48
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.ambiance wrote:I tried deleting sabnzbd.ini and sure enough it works without issue.
Re: [1.1.0RC3] HTTPS broken on Firefox 48
If you mix up HTTP and HTTPS, Chrome will say:
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.
So, good (default ports):This site can’t provide a secure connection
127.0.0.1 sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
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.