Configuring Cipher suites
This topic describes how to manually select Cipher Suites that should be accepted by BigFix Inventory server.
About this task
Below is the recommendation based on internal security scans.
To select the list of accepted cipher suites, modify the installation_directory/wlp/usr/servers/server1/customization.xml file, to make the file contents look like below:
<server>
<ssl id="defaultSSLConfig" enabledCiphers="TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384"/>
</server>
Restart BigFix Inventory application after you make the changes.