ERR_SSL_OBSOLETE_CIPHER
Hello, does anyone have any experience with error in ERR_SSL_OBSOLETE_CIPHER chrome? (IE works)
I am running CentOs with OpenJDK1.8 and Tomcat 8.
My server.xml looks like this:
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
<Connector protocol="org.apache.coyote.http11.Http11NioProtocol"
port="8443" maxThreads="200"
scheme="https" secure="true" SSLEnabled="true"
keystoreFile="/usr/tomcat/conf/.keystore" keystorePass="twadmin"
clientAuth="false" sslProtocol="TLS"/>
Thanks and best regards!

