Kevin McCormack

Results 114 comments of Kevin McCormack

Thank you for opening this issue and pull request! This seems reasonable to me but we need to test with a few different LDAP servers and I don't have access...

@jwedoff do we still need this after merging #366 ?

I've been trying to reproduce this but I don't think I'm using toxiproxy correctly because I'm not seeing the timeout. ```rb # socket_server.rb require 'socket' socketServer = TCPServer.open(8080) while true...

Typically the limitations would be tied to the version of OpenSSL in use and the options provided in `:encryption` when calling [Net::LDAP#initialize](https://www.rubydoc.info/gems/net-ldap/Net%2FLDAP:initialize)

Does this problem surface with any other LDAP clients such as `ldapsearch`?

We can get more info about OpenSSL library in use like so: ```rb require 'net/ldap' OpenSSL::OPENSSL_VERSION # => "OpenSSL 1.1.1h 22 Sep 2020" OpenSSL::SSL::SSLContext::DEFAULT_PARAMS # => { # :min_version =>...

It doesn't look like `Errno::ETIMEDOUT` is one of the rescued errors here. https://github.com/ruby-ldap/ruby-net-ldap/blob/e25b8810a1eae7b662a6a9d756417eb0ad4ea2e0/lib/net/ldap/connection.rb#L64-L65

Thank you for opening this! As someone who is not actively using this gem with any projects it is tough for me to say what impact this might have on...

Interesting. We'll have to see if we can reproduce this with an OpenLDAP container.