Project

General

Profile

« Previous | Next » 

Revision 4a3d73a1

Added by Alex Wood almost 10 years ago

Fixes #6426 - Remove bad cipher suites. BZ1010082

View differences:

templates/tomcat6/server.xml.erb
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA,
TLS_ECDH_RSA_WITH_AES_128_CBC_SHA,
TLS_ECDH_RSA_WITH_AES_256_CBC_SHA,
TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA,
TLS_ECDH_anon_WITH_AES_128_CBC_SHA,
TLS_ECDH_anon_WITH_AES_256_CBC_SHA"
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"
truststorePass="<%= scope.lookupvar("candlepin::keystore_password") %>" />
<!-- Define an AJP 1.3 Connector on port 8009 -->

Also available in: Unified diff