OH: 5.0.2, platform: Win11
I would like to return to this topic, which has been mentioned here and there among other topics, and from my observations, it seems to have appeared with version 5.x.
In any case:
a. I don’t know what thing this WARN reports, because the logs show that it is [Client@2a6ce8a3], but of course DeveloperBar doesn’t find anything.
b. The WARNINGS generated in the log greatly increase the volume of the log.
Here is the log:
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Trusting all certificates configured for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - No Client EndPointIdentificationAlgorithm configured for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Weak cipher suite TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA enabled for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Weak cipher suite TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA enabled for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Weak cipher suite TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA enabled for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Weak cipher suite TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA enabled for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Weak cipher suite TLS_DHE_RSA_WITH_AES_256_CBC_SHA enabled for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Weak cipher suite TLS_DHE_DSS_WITH_AES_256_CBC_SHA enabled for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Weak cipher suite TLS_DHE_RSA_WITH_AES_128_CBC_SHA enabled for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Weak cipher suite TLS_DHE_DSS_WITH_AES_128_CBC_SHA enabled for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Weak cipher suite TLS_RSA_WITH_AES_256_GCM_SHA384 enabled for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Weak cipher suite TLS_RSA_WITH_AES_128_GCM_SHA256 enabled for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Weak cipher suite TLS_RSA_WITH_AES_256_CBC_SHA256 enabled for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Weak cipher suite TLS_RSA_WITH_AES_128_CBC_SHA256 enabled for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Weak cipher suite TLS_RSA_WITH_AES_256_CBC_SHA enabled for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Weak cipher suite TLS_RSA_WITH_AES_256_CBC_SHA enabled for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Weak cipher suite TLS_RSA_WITH_AES_128_CBC_SHA enabled for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
20.11.2025 07:00 [WARN ] [ty.util.ssl.SslContextFactory.config] - Weak cipher suite TLS_RSA_WITH_AES_128_CBC_SHA enabled for Client@2a6ce8a3[provider=null,keyStore=null,trustStore=null]
And my questions/requests for help:
- How can I identify the thing that is causing this problem?
- And how can I solve this problem so that WARN does not appear?