Page 1 of 1
Error on startup
Posted: September 21st, 2016, 12:56 am
by paula_weymouth
Can anyone tell me how to fix this error. I have just upgraded SABNZB to version 1.1.0 on my WIN 10 PC & I get this message:
An error occurred during a connection to 127.0.0.1:9100. SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long)
The old version was working fine before I upgraded it.
Thanks
Paula
Re: Error on startup
Posted: September 21st, 2016, 1:11 am
by safihre
Let's try one thing first, generate new certificates (assuming you use the ones provided with sabnzbd?)
Shutdown sabnzbd.
Go to sabnzbd admin directory by pressing WindowsKey+R and entering %userprofile%\AppData\Local\sabnzbd\admin
There delete the server.cert.
How start sabnzbd again, it should make new certificate.
Try to see if you're connection works now! Might have to re-approve the self signed certificate in your browser.
Re: Error on startup
Posted: September 21st, 2016, 1:12 am
by sander
Is that something your webbrowser says? If so: firefox?
If so: try Chrome or IE
Try
http://127.0.0.1:8080/ (or on which port plain SABnzbd HTTP is running)
Re: Error on startup
Posted: September 21st, 2016, 3:58 am
by jcfp
paula_weymouth wrote:An error occurred during a connection to 127.0.0.1:9100. SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long)
This error happens when connecting with https to a port that actually serves plain http. The correct address of the web interface in your case would be
http://127.0.0.1:9100
Re: Error on startup
Posted: September 21st, 2016, 10:43 am
by paula_weymouth
Thanks to jcfp - your suggestion worked. Thank you for taking the time to reply in fact thanks to ALL who replied. I think that this thread is closed now!
Paula