How to Specify TLS Version To Use on an LDAP Connection, Can the <protocol> Attr be used?

Hi Apigee Community, 

We have defined several different Ldap connections for use by flows in our private cloud installation. The current configuration is using the default value for the protocol, the apigee guidance states that the default value is "ssl plain".

The target ldap server we connect has recently refused connections using tls 1.0.  Can the <protocol> attribute be used to specify a different tls version? If so what should this value be and how should it be formatted?

Current Connection Definition:

{
    "admin": {
        "dN""uid=apigee,ou=internalread,ou=users,ou=administrators,dc=**********,dc=com",
        "password""**********"
    },
    "connectPool": {
        "enabled"true,
        "initsize"0,
        "maxsize"5,
        "prefsize"5,
        "protocol""",
        "timeout"10000
    },
    "connection": {
        "authentication""simple",
        "connectionProvider""unboundid",
        "hosts": [
            {
                "port"10636,
                "value""vds-qa.**************.com"
            }
        ],
        "readTimeout"0,
        "sSLEnabled"true,
        "serverSetType""round robin",
        "version"3
    },
    "name""ldap2-qa"
}

 

0 1 191
1 REPLY 1

@dchiesa1  Hi Dino, Please let me know if you have any suggestions on this? Thanks for your help.

Mark