@jimp said in ext. LDAPS auth flapping after CA import -> only working after restart:
Because of the, let's say "suboptimal", way that PHP requires setting up the LDAP environment for certs
I really laughed hard at "suboptimal" 😁 That's why we love PHP ;)
If you really want to be sure it works, then you could always use a CA for LDAP that can be validated against the global root CA list, like one from Let's Encrypt.
Ah nice idea! Even if not possible ATM as that would mean re-organizing the internal AD and dependencies but a good thought for an update later along the road.
I'd love to fix it, but the new method still isn't working in PHP: https://redmine.pfsense.org/issues/9417
Will have an eye on that one :)
Thanks for the hint about restarting, after restarting PHP-FPM, WebGUI and the OpenVPN servers that used the LDAPS connection all is working again!