NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
StephenB
Feb 18, 2022Guru - Experienced User
Workaround for ERR_SSL_VERSION_OR_CIPHER_MISMATCH problem for Sparc NAS (4.1.x firmware)
This workaround eliminates the redirection of http://nas-name-or-ip/admin to https://nas-name-or-ip/admin for NAS running 4.1.x firmware. It does require ssh to install.
Entering https://nas-na...
StephenB
Mar 05, 2022Guru - Experienced User
Sabedi wrote:
Thanks for this workaround - but could I ask how to do you actually make these changes step by step? I don't know how to access this to make the changes in BLUE that you've highlighted.
Here's one way. As usual, you are at your own risk when using SSH to make mods to the NAS. But if you have problems you can of course post here (I suggest using opening a different thread).
(1) First you need to regain access to Frontview, so you need to begin with either using Internet Explorer, IE mode in Edge, or a old version of a browser (for instance FireFox 94.0.2).
Note that if you are running 4.2.x or 5.3.x firmware, then you can install the add-on from www.rnxtras.com at this point. That installs TLS 1.2 on those NAS, which is enough to give you access. So you can stop at this point.
(2) For the 4.1.x systems, you need to enable ssh access, using the Netgear Enable Root SSH Access add-on found here: https://kb.netgear.com/24546/Add-ons-for-RAIDiator-4-1-3-Sparc.
Then install notepad++ on the PC from https://notepad-plus-plus.org/downloads/.
(3) Copy/Paste the file from the post above into Notepad++.
Go into Edit->EOL Conversion of Notepad++, and choose "unix". It will gray out that option when you do that (a somewhat non-intuitive way of marking the selection). This is a very important step, so make sure you get this right.
Then save the file as Virtual.conf directly to a share on the NAS. Let's call that share "sharename", and assume it is on the C volume for now.
(4) Now access the NAS using SSH. Use root for the username, and the NAS admin password. If you are using windows 10, then you can do this by entering
ssh root@nas-ip-addess
from the windows search bar (using the real NAS ip address of course). Windows will ask if you want to proceed (something also about saving the fingerprint).
I'm not a Mac owner, but I believe you can also enter this same command into terminal.
Either way, you'll get a prompt for the password after you enter this command - as I said earlier use the NAS admin password.
(5) Once in, you need to copy Virtual.Conf to the destination folder. The steps below save the original file, and keep a separate copy of the changed file in the destination folder. The last command makes sure the owner/group is preserved.
cd /etc/frontview/apache cp /c/sharename/Virtual.conf Virtual.conf.mod mv Virtual.conf Virtual.conf.orig cp Virtual.conf.mod Virtual.conf chown admin:admin Virtual.conf*
using the real sharename you stored the file to in step 3. Of course substitute the real volume if you are using flexraid (and didn't put it o the c volume).
Reboot the NAS, and it should connect to Frontview with current browsers when you enter http://nas-ip-address/admin
You can alternatively just restart Frontview:
/etc/init.d/frontview restart
Note if this fails to connect (even with IE or the older firefox), you can still get into the NAS with ssh, and troubleshoot from there.
tomupnorth
Mar 07, 2022Guide
Awesome thread StephenB! I have old IE11 but I still had to go through the dreaded "ARE YOU CERTAIN!!!" page and now it just works!
I used vi to edit the Virtual.conf file after making a cp Virtual.conf Virtual.conf.orig and it was pretty straightforward, except that I did a vi :help and then didn't know how to kill it (instead I just ended the session).
Anyway this has been a long-standing bug in my ear and I thank you for making it go away!
- robmetdemotorMar 14, 2022Initiate
Comment for dummies by a dummy
My goal is to implement above change , my NAS is locally not accessable from outside.
It is hard to determine which version you have , look at the status screen in frontview. Firmware: RAIDiator 4.1.16 > no update available. It was the first time I used these tools.
Enable Root SSH Access
https://kb.netgear.com/24546/Add-ons-for-RAIDiator-4-1-3-Sparc
Download Putty
https://www.putty.org/ remark : I used settings as is
Useful Putty commands
https://www.puttygen.com/putty-commands
remark : login with "root" with your admin password
Start with small steps if you are not familiar with Putty and start with copy the Virtual.conf into Virtual.conf.orig
Work with editor in Putty
https://www.guru99.com/the-vi-editor.html#5 ( gives info about save, quit, discard)
vers=2
<VirtualHost _default_:80>
SSLEngine off
# Eliminate HTTPS rewrite
# RewriteEngine on
# RewriteRule ^/admin/(.*)$ https://%{SERVER_NAME}/admin/$1 [R,L]
# RewriteRule ^/admin$ https://%{SERVER_NAME}/admin
# End Eliminate HTTPS rewrite
</VirtualHost>
With the "#" you declare the line as text , looks further harmless to me.
Restart the NAS via your old firefox browser or simple unplug the mains and reconnect. After that it might take several hours before NAS is up and running.Remark: I didn’t use the notepad++, Putty is more straight forward.
- StephenBMar 14, 2022Guru - Experienced User
Thx for your comments - I'm glad you were able to implement the workaround.
robmetdemotor wrote:
Remark: I didn’t use the notepad++, Putty is more straight forward.
Just to be clear - you used vi as your editor instead of notepad++.
That's of course fine if you are comfortable with it. I went with notepad++ because I thought it would be more intuitive for people who weren't familiar with line editors.
FWIW, Putty is a good tool, but windows 10 and mac users can also use the built in ssh support (as I indicated in my guide). So most users won't need to download it.
- StephenBMar 14, 2022Guru - Experienced User
Note the 4.2.x add-on is currently failing on systems with atom processors (for instance Ultras).
Those systems can be converted OS-6, which IMO is a better path forward.
- taceto12Dec 30, 2024Apprentice
Great thread. I was finally able to access an old NV+ I had kicking around. Thanks to all who contributed!
- TokyoQuaSaRJan 03, 2025Aspirant
Hello, I am late to the party. I have a ReadyNAS Duo v2 and the firmware installed is 5.3.13 which still seems to be the latest. I had not used the admin page for several years and now I get the ERR_SSL_VERSION_OR_CIPHER_MISMATCH error.
I saw many and long replies about those who didn't have the latest firmware, but what about those like me who have it ? I might have missed it since this thread is pretty long but what am I supposed to do ? I checked https://rnxtras.com/ but the website doesn't respond...- StephenBJan 03, 2025Guru - Experienced User
TokyoQuaSaR wrote:
I might have missed it since this thread is pretty long but what am I supposed to do ?
Yeah, you missed it.
Regain access temporarily using Firefox. Set security.tls.version.min to 1 (browse to about:config and search for the setting).
Then install the needed add-on:
Posts 1 and 5 are also relevant, if you are ok with using HTTP (unencrypted) when connecteding with the dashboard.
TokyoQuaSaR wrote:
I checked https://rnxtras.com/ but the website doesn't respond...
Taken down a while ago (I think sometime in 2022).
Related Content
NETGEAR Academy

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