[REPOSTED FROM DEV]Issue related to TLSv3 in the LDAP API

2021-07-03 Thread Shawn McKinney
Hello, A problem with Fortress using LDAPS in the API. It was brought on by this commit: https://github.com/apache/directory-ldap-api/commit/4322886f8ed9fe0d2c588f0c557e92e4d160149f ``` public class LdapNetworkConnection … // Default to TLS sslFilter.setEnabledProtocols( new

Re: [REPOSTED FROM DEV]Issue related to TLSv3 in the LDAP API

2021-07-03 Thread Stefan Seelmann
Hi Shawn, I added TLSv1.3 to the default protocols in [1]. There is an open issue for Mina [2] that describes timeouts when using v1.3, please see my comment there. When used in Studio I didn't encounter any issue in tests against OpenLDAP or 389ds, only when using it in ApacheDS, so I assumed

Re: [REPOSTED FROM DEV]Issue related to TLSv3 in the LDAP API

2021-07-03 Thread Shawn McKinney
> On Jul 3, 2021, at 2:10 PM, Stefan Seelmann wrote: > > I added TLSv1.3 to the default protocols in [1]. There is an open issue > for Mina [2] that describes timeouts when using v1.3, please see my > comment there. When used in Studio I didn't encounter any issue in tests > against OpenLDAP