ssl_tls
if (proxyInfo.tls_method != ssl_tls) {
if (proxyInfo.tls_method != ssl_tls) {
port = proxyInfo.tls_method == ssl_tls ? LDAPS_PORT : LDAP_PORT;
config_info->tls_method = ssl_tls;
proxy_info->tls_method = ssl_tls;
if (config_info->tls_method != ssl_tls) {
else if (config_info->tls_method == ssl_tls &&
else if (proxy_info->tls_method == ssl_tls &&
if (proxy_info->tls_method == ssl_tls) {