af98b62150
Motivation: When we added support for KeyManagerFactory we also allowed to disable it to make the change less risky. This was done years ago and so there is really no need to use the property anyway. Unfortunally due a change in netty-tcnative it is even not supported anymore when using BoringSSL. Modifications: - Log an info message to tell users that 'io.netty.handler.ssl.openssl.useKeyManagerFactory' is deprecated when it is used - Ignore 'io.netty.handler.ssl.openssl.useKeyManagerFactory' when BoringSSL is used. Result: Fixes https://github.com/netty/netty/issues/9147. |
||
---|---|---|
.. | ||
src | ||
pom.xml |