I am attempting to harden our site and am running into an issue with ciphers when using the NIOProtocol for the notification bell, shared colab etc. It seems whenever I add ciphers to the server.xml the site won't load.
<!--NIO Port Configuration-->
<Connector
SSLEnabled="true"
clientAuth="false"
connectionTimeout="20000"
keystoreFile="conf/sdptest.pfx"
keystorePass="certpass"
keystoreType="pkcs12"
maxThreads="200"
port="8081"
protocol="org.apache.coyote.http11.Http11NioProtocol"
scheme="https"
secure="true"
server="-"
sslEnabledProtocols="TLSv1.1,TLSv1.2"
sslProtocol="TLS"