You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$sudo apt list --installed | grep -i libssl
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
libssl1.0.0/now 1:1.0.2zh***amd64 [installed,local]
libssl1.1/now 1.1.1f-1ubuntu2.19 amd64 [installed,local]
libssl3/now 1:3.0.8-***amd64 [installed,local]
$
Netty Server Logs -
i.n.u.i.NativeLibraryLoader | Successfully loaded the library /image/***/temp/libnetty_tcnative_linux_x86_641637363384262540994.so
i.n.u.i.NativeLibraryLoader | Loaded library with name 'netty_tcnative_linux_x86_64'
io.netty.handler.ssl.OpenSsl | Initialize netty-tcnative using engine: 'default'
io.netty.handler.ssl.OpenSsl | netty-tcnative using native library: OpenSSL 1.0.2zh-fips 30 May 2023
It should ideally discover and use the latest versions first instead of older versions.
I don't know if the discover strategy is find first or find last etc.
Could someone from the dev team check this and help?
Please let me know if any additional information is required.
What is the action plan to dynamically link to OpenSSL 3.0?
The text was updated successfully, but these errors were encountered:
chetangudisagar
changed the title
netty-tcnative dynamically links older OpenSSL libraries when multiple versions are present
netty-tcnative dynamically links to older OpenSSL libraries when multiple versions are present
Aug 25, 2023
Netty Tcnative Version: 2.0.56.Final
OS Version -
OpenSSL Versions -
Netty Server Logs -
It should ideally discover and use the latest versions first instead of older versions.
I don't know if the discover strategy is find first or find last etc.
Could someone from the dev team check this and help?
Please let me know if any additional information is required.
What is the action plan to dynamically link to OpenSSL 3.0?
The text was updated successfully, but these errors were encountered: