How to disable the weak SSL/TLS protocol and weak ciphers in UMP?
DX UIM - All Supported Versions
In wasp.cfg under the <setup> section you will find the https_ciphers key.
This is where you can change the ciphers which are used by the HTTPS connector. By default, weaker ciphers are disabled, but you can customize this according to your needs.
Additionally, under the <https_connector> section you may find a ciphers key with a larger number of ciphers.
This is the default list of ciphers which will be used if the https_ciphers key is not present.
If neither key is present, the HTTPS connector will be disabled.
Descriptions of these attributes can be found in the Tomcat 7.0 documentation:
https://tomcat.apache.org/tomcat-7.0-doc/config/http.html