It's still a problem. The only option you have is to switch to the LDAP and use ldaps://<domain>:636 or use the StartTLS option.
From the code it seems that the plugin is not even trying to connect via TLS, as there is no switch or implementation to do this. So a resolution for this issue would be to add a field "use ssl only" and then pass this option to the LDAP context class.