sherry442

Results 5 issues of sherry442

### Summary In ansible playbook to retry task for unreachable error ### Issue Type Feature Idea ### Component Name !component ### Ansible Version ```console $ ansible --version ansible 2.9.23 config...

waiting_on_contributor
support:core
feature
affects_2.9

Hi, While starting TLS connection with this framework, we have encountered the NPE. First try failed with below reason: **StartTLS error.ResultCode= 82 (local error) message= **The connection reader was unable...

Hi, Are there any examples on how to unboundid-ldapsdk in Java for mutual TLS? Could you please provide information on which version of unboundid-ldapsdk supports mutual TLS?

Hi, Is unboundid ldap sdk has support for transaction handling? If yes, can you please explain from which version this is available. Thanks & Regards, Sheriff

Hi, We are configuring ciphers as below sslUtil.setEnabledSSLCipherSuites with TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 But while connecting to LDAP Server only three ciphers are being used. TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384...