We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Verify server address and port are correct and accessible

ragz
Tera Expert

Hi ,

I am trying to setup LDAP integration via MIDserver and I am ending up with the below error

Verify server address and port are correct and accessible   while Testing connection .

How to resolve this ?

2 REPLIES 2

RavindranKeshav
Giga Expert

Hi Raghava,



You could use telnet to check if the ldap port is open and not blocked by firewalls (or use a Microsoft tool called Portqry)



telnet hostname/ip 389



Please also see



Test an LDAP connection manually


RavindranKeshav
Giga Expert

Hi Raghava,



Were you able to solve this?