xperseguers / t3ext-ig_ldap_sso_auth

TYPO3 Extension ig_ldap_sso_auth. This extension provides LDAP and SSO support for TYPO3.
https://extensions.typo3.org/extension/ig_ldap_sso_auth
27 stars 62 forks source link

SSL connection to AD server #112

Closed hartundweich closed 2 years ago

hartundweich commented 3 years ago

As I've managed the extension to start working and we can now authenticate against our AD, I thought it would be nice to have SSL activated. So I checked the according checkbox and switched the port to 636. Sometimes it is working and everything is green in my status and sometimes I get the status "Can't contact LDAP server" - but I know that the host and port settings are correct becaus I'm using LDAPadmin to browse through our AD tree...

Same thing is happening when I try to use TLS - sometimes it works and then it stops working.

Where can I start to search?

xperseguers commented 3 years ago

I would suggest to Xdebug in step-by-step the connection and see what happens internally (PHP warning, possible error that is catched up, internal error message, ...)