NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Gaisgais13
Feb 06, 2022Initiate
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
How can I solve this error??
17 Replies
- What ReadyNAS model do you have?
- What firmware are you running?
- What browser are you using?
- Gaisgais13Initiate
Hi Stephen
An old ReadyNAS DUO RDNU2000
FW: V4.2.15
Chrome or Edge
Rgs
Gaisgais13 wrote:FW: V4.2.15
Actually it's not a Duo - looks like it is an Ultra 2.
You need to upgrade the firmware to 4.2.31: https://kb.netgear.com/000038793/RAIDiator-x86-Version-4-2-31
The problem is that you need to get into frontview to do that. Have you tried IE?
If a current browser won't do it, you can download an old version of firefox temporarily - which should connect.
FWIW, this NAS can be converted to run OS-6 if you like.
- lksndrsAspirant
Actually my device is a ReadyNAS DUO RND2150 with 2 hard disk 500GB.
I've also got the problem ERR_SSL_VERSION_OR_CIPHER_MISMATCH when trying to access the device front panel RAIDiator 4.1.14. I managed to access it with an old browser. Can you explain how to fix the problem? If I need to update firmware where do I find it and how do install it? Thank you for your help.
- SandsharkSensei
Go to the link provided above.
lksndrs wrote:
Actually my device is a ReadyNAS DUO RND2150 with 2 hard disk 500GB.
I've also got the problem ERR_SSL_VERSION_OR_CIPHER_MISMATCH when trying to access the device front panel RAIDiator 4.1.14. I managed to access it with an old browser. Can you explain how to fix the problem? If I need to update firmware where do I find it and how do install it? Thank you for your help.
- rudibeltAspirant
Just solved in for my ReadyNAS DUO V1(Sparc). Edit the /etc/frontview/apache/Virtual.conf:
Change the line:
RewriteRule ^/(.*)$ https://%{SERVER_NAME}/$1 [R,L]
to
RewriteRule ^/(.*)$ http://%{SERVER_NAME}/$1 [R,L]
restart apache:
apache-ssl -f /etc/frontview/apache/httpd.conf -k restart
Frontview is now reachable in http!
rudibelt wrote:
Just solved in for my ReadyNAS DUO V1(Sparc). Edit the /etc/frontview/apache/Virtual.conf:
Change the line:
RewriteRule ^/(.*)$ https://%{SERVER_NAME}/$1 [R,L]
to
RewriteRule ^/(.*)$ http://%{SERVER_NAME}/$1 [R,L]
restart apache:
apache-ssl -f /etc/frontview/apache/httpd.conf -k restart
Frontview is now reachable in http!
Just commenting it out works too.
- rudibeltAspirant
sorry, missed that one
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!