UIM - How to disable weak SSL or TLS protocol and weak ciphers in UMP
search cancel

UIM - How to disable weak SSL or TLS protocol and weak ciphers in UMP

book

Article ID: 46324

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

How to disable the weak SSL/TLS protocol and weak ciphers in UMP? 



Environment

DX UIM - All Supported Versions

Resolution

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.

 

 

 

Additional Information

Descriptions of these attributes can be found in the Tomcat 7.0 documentation:
https://tomcat.apache.org/tomcat-7.0-doc/config/http.html

Techdoc: Change the HTTPS Ciphers