If a reverse proxy is used, which does the SSL encryption, phpLDAPadmin does not detect this and displays a warning when logging in. Usually the proxy sets the HTTP_X_FORWARDED_PROTO header to 'https'. My pull request https://github.com/leenooks/phpLDAPadmin/pull/40 addresses this.