Information
The National Institute of Standards and Technology (NIST) SP800-131a recommendation enforces stronger cryptographic keys and more robust algorithms.
The NIST recommendation (SP 800-131A) provides more specific guidance to the use of stronger cryptographic keys and more robust algorithms for SSL/TLS connections and is recommended to be used if it is appropriate for your environment.
Solution
Configure the system property -Dcom.ibm.jsse2.sp800-131 to strict in the jvm.options file. The link in reference section provides more information on how to customize the Liberty environment with system properties.
In the jvm.options file add the following
-Dcom.ibm.jsse2.sp800-131=strict
...