NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

Gaisgais13's avatar
Gaisgais13
Initiate
Feb 06, 2022

ERR_SSL_VERSION_OR_CIPHER_MISMATCH

How can I solve this error??

17 Replies

    1. What ReadyNAS model do you have?
    2. What firmware are you running?
    3. What browser are you using?

     

     

    • Gaisgais13's avatar
      Gaisgais13
      Initiate

      Hi Stephen

      An old ReadyNAS DUO RDNU2000

      FW: V4.2.15

      Chrome or Edge

      Rgs

      • StephenB's avatar
        StephenB
        Guru

        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.

  • 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.

  • 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!