AWX on k8s, disable ldap ssl check

Hello!

I trying to integrate freshly installed AWX (K3s, Operator 0.14.0, AWX 19.4 ) with AD, added custom CA (exported from the AD server) and bundle via ldap_cacert_secret / bundle_cacert_secret and:
web_extra_env: |

  • name: LDAPTLS_REQCERT
    value: never

but with no luck, i am got the:

django_auth_ldap Caught LDAPError while authenticating yboadm: SERVER_DOWN({‘result’: -1, ‘desc’: “Can’t contact LDAP server”, ‘ctrls’: , ‘info’: ‘TLS: hostname does not match peer certificate’})

error.

Is another way to disable strict check?

Thanks!