Failed to connect to remote AD

When trying to connect my new nethserver version 7.9.2009 that I am going to use to filter content to an Ad in windows server 2008 r2 standard it gives me the following error:
Error

Unedited configuration.

The following command has failed:
system-accounts-provider/update

Unfortunately, we couldn’t spot the exact error. If you want to help, click the button below to copy the failed command to the clipboard, paste it into Terminal and send the command output to the developers.
then when executing the command in the terminal it tells me:
echo ‘{“StartTls”:“disabled”,“BindPassword”:“cuspal2022*01”,“BaseDN”:“OU=CUSPAL,DC=cuspal,DC=gob,DC=ve”,“BindDN”:“glpi”,“LdapURI”:“ldap://da-cuspal-02.cuspal.gob.ve”,“UserDN”:“DC=cuspal,DC=gob,DC=ve”,“GroupDN”:“DC=cuspal,DC=gob,DC=ve”,“action”:“bind-credentials”}’ | /usr/bin/setsid /usr/bin/sudo /usr/libexec/nethserver/api/system-accounts-provider/update | jq

{
“steps”: 6,
“pid”: 4302,
“args”: “”,
“event”: “nethserver-sssd-save”
}
{
“step”: 1,
“pid”: 4302,
“action”: “S01nethserver-sssd-cleanup”,
“event”: “nethserver-sssd-save”,
“state”: “running”
}
{
“progress”: “0.17”,
“time”: “0.071164”,
“exit”: 0,
“event”: “nethserver-sssd-save”,
“state”: “done”,
“step”: 1,
“pid”: 4302,
“action”: “S01nethserver-sssd-cleanup”
}
{
“step”: 2,
“pid”: 4302,
“action”: “S05generic_template_expand”,
“event”: “nethserver-sssd-save”,
“state”: “running”
}
{
“progress”: “0.33”,
“time”: “0.222994”,
“exit”: 0,
“event”: “nethserver-sssd-save”,
“state”: “done”,
“step”: 2,
“pid”: 4302,
“action”: “S05generic_template_expand”
}
{
“step”: 3,
“pid”: 4302,
“action”: “S20nethserver-sssd-conf”,
“event”: “nethserver-sssd-save”,
“state”: “running”
}
{
“progress”: “0.50”,
“time”: “0.321791”,
“exit”: 0,
“event”: “nethserver-sssd-save”,
“state”: “done”,
“step”: 3,
“pid”: 4302,
“action”: “S20nethserver-sssd-conf”
}
{
“step”: 4,
“pid”: 4302,
“action”: “S30nethserver-sssd-initkeytabs”,
“event”: “nethserver-sssd-save”,
“state”: “running”
}
{
“progress”: “0.67”,
“time”: “0.532742”,
“exit”: 1280,
“event”: “nethserver-sssd-save”,
“state”: “done”,
“step”: 4,
“pid”: 4302,
“action”: “S30nethserver-sssd-initkeytabs”
}
{
“step”: 5,
“pid”: 4302,
“action”: “S80nethserver-sssd-notifyclients”,
“event”: “nethserver-sssd-save”,
“state”: “running”
}
{
“progress”: “0.83”,
“time”: “0.270168”,
“exit”: 0,
“event”: “nethserver-sssd-save”,
“state”: “done”,
“step”: 5,
“pid”: 4302,
“action”: “S80nethserver-sssd-notifyclients”
}
{
“step”: 6,
“pid”: 4302,
“action”: “S90adjust-services”,
“event”: “nethserver-sssd-save”,
“state”: “running”
}
{
“progress”: “1.00”,
“time”: “1.19539”,
“exit”: 0,
“event”: “nethserver-sssd-save”,
“state”: “done”,
“step”: 6,
“pid”: 4302,
“action”: “S90adjust-services”
}
{
“pid”: 4302,
“status”: “failed”,
“event”: “nethserver-sssd-save”
}
[root@proxy ~]#

can you help me solve it

Hi and welcome to NethServer Community.

I think you need to use SSL and therefore change the URL to ldaps://... to join to the remote AD.

You may also check /var/log/messages if there are errors.