#12 Improve ldaps/starttls handling
Opened 7 years ago by firstyear. Modified 7 years ago

Right now our handling of these is a bit messy. From an instance, when we try to clone and make a new copy, if we have a secure port, we set ldaps, but then we may try to start_tls_s as well.

We should improve our connection open that:

  • prefer ldaps
  • then start_tls_s
  • then plain

This will help us in tests, and should make our environments a bit more seamless.


Metadata Update from @firstyear:
- Issue assigned to firstyear

7 years ago

Login to comment on this ticket.

Metadata