Backup the jetty-ssl.xml file available in the /opt/microfocus/jetty8/etc/ location.
Under the Call element in the jetty-ssl.xml file, move the following ciphers from IncludedCipherSuites to ExcludedCiphers:
SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA
SSL_RSA_WITH_3DES_EDE_CBC_SHA
TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
Restart the services by running the microfocus-zenworks-configure -c Start command.
NOTE:
In addition to performing these steps, perform the steps mentioned in On Primary Servers:.