ERR_SSL_VERSION_OR_CIPHER_MISMATCH accessing maxView on my server using Chrome 121.0.6167.86

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

mikehd

New Member
May 19, 2021
6
0
1
Oregon
Moved my Adaptec 7805 and its array to a new machine today. I was able to access my setup via maxView throughout the day, then after one reboot I could no longer login. The webpage gave me an error that the agent was restarted.

I re-installed maxView from the downloads at https://storage.microsemi.com/ and now I get this error:

This site can’t provide a secure connection
127.0.0.1 uses an unsupported protocol.


ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Found some tips to use an older browser, like FF 50 but it doesn't render the page at all.

I've searched here for a solution but came up empty. Is there any way past this? Is command line my only tool to manage the array?
 

i386

Well-Known Member
Mar 18, 2016
4,804
1,864
113
36
Germany
Does your browser enforce https?
What happens when you manually replace it with http?
 

mikehd

New Member
May 19, 2021
6
0
1
Oregon
did you try enabling older ciphers in about:config?
For chrome I went to about:flags and allowed insecure connections but it still failed to load.

I installed FF and in about:config and set security.tls.version.enable-deprecated to true.

So I will use FF just for this purpose as I don't think allowing deprecated TLS for all sites is a good practice. Let me your thoughts.

thanks for the suggestion.