hello @izzy1 !
Welcome to the Developer Community
5050 , 5051 are the ports used for IQ service .
Try the following steps :
- Do not Enable TLS in the configuration .
- Do not configure IQ Service (keep it empty) .
- Port test for 389 on VA :
nc -zv -w ipaddress portnumber
and check if port is fine . - use port 389 , and give ipaddress instead of hostname in
server:ldap://hostname:389
, as hostname need to be configured properly in hosts.yaml .
Once if this test connection succeeds you can configure with TLS , IQService which needs additional things to be settedup.
Thank you .