Chrome not connecting to Amethyst1 anymore

We have picked up an issue with some of our clients where Chrome does not connect to Amethyst1 supervisor and amtwebadmin… The below error was noted

This site can’t provide a secure connection

127.0.0.1 uses an unsupported protocol.

ERR_SSL_VERSION_OR_CIPHER_MISMATCH

This is Chrome browser not connecting to old systems anymore…

Clients are advised to upgrade to Amethyst2,or use internet explorer to connect to the system.

Test the SSL connection using OpenSSL

Lots of info
openssl s_client -connect www.google.com:443
The important parts are the Cipher and the Protocol

openssl s_client -debug -connect 127.0.0.1:443 | egrep "Cipher|Protocol"

New, TLSv1/SSLv3, Cipher is AES256-GCM-SHA384
Protocol : TLSv1.2
Cipher : AES256-GCM-SHA384