DIRSTUDIO-1287 Bump mina from 2.1.3 to 2.1.10 for TLS 1.3 support#102
DIRSTUDIO-1287 Bump mina from 2.1.3 to 2.1.10 for TLS 1.3 support#102klasen wants to merge 1 commit intoapache:masterfrom
Conversation
With mina 2.1.3 connections to TLS 1.3 enabled servers fail with `ERR_04169_RESPONSE_QUEUE_EMPTIED`. See - https://issues.apache.org/jira/browse/DIRSTUDIO-1287 - https://issues.apache.org/jira/browse/DIRAPI-381
|
Thank you, @klasen. With your change I was able to build master to work on an Apple M1 ARM computer and still connect to a server using TLS 1.3 (proxing through an SSH-tunnel). On Linux downgrading M17 to M16 is enough, but for ARM MacOS that is not an option because MacOS ARM support was only added on M17. Great find! |
|
@klasen Thank you so much. I was also able to connect to my OpenLDAP instance using TLS v1.3 on my Apple M2 Max. |
|
(If useful for someone, I put the build here for Linux, Windows and Mac Arm (M) packages: https://github.com/nxadm/directory-studio/releases/tag/M17_20251007.) |
|
Hi! Thanks for the fix! We are working on fixing an issue in MINA 2.2.4 that forbid us to use Apache LDAP API in it coming version (2.1.8) and the very same for Directory Server (2.0.0-AM28), but in the mean time, we should probably get a release of Studio in its current state. |
With mina 2.1.3, LDAPS connections to TLS 1.3 enabled servers fail with
ERR_04169_RESPONSE_QUEUE_EMPTIED.See