LDAP over SSL. Encrypted directory services.
Test it now with our Port Scanner
| Port | 636 |
|---|---|
| Service | LDAPS |
| Protocol | TCP |
| Encrypted | Yes (TLS/SSL) |
| Common Use | LDAP over SSL |
Online: Use our Port Scanner — enter your IP and port 636.
Command line:
nc -zv your-server-ip 636 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 636 (PowerShell)
Check locally:
ss -tlnp | grep :636 (Linux) netstat -an | findstr :636 (Windows)