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??
rudibelt
Apr 12, 2022Aspirant
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!
- StephenBApr 12, 2022Guru - Experienced User
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.
- rudibeltApr 12, 2022Aspirant
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!